Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(start): Specify project name when starting services #47

Merged
merged 2 commits into from
Sep 27, 2024

Conversation

hubertdeng123
Copy link
Member

@hubertdeng123 hubertdeng123 commented Sep 27, 2024

This makes it much easier for us to determine how many docker compose configs are currently in use

docker compose ls after starting relay and snuba

closes #45

Before:

NAME                STATUS              CONFIG FILES
devservices         running(3)          /Users/hubertdeng/code/relay/devservices/config.yml,/Users/hubertdeng/code/snuba/devservices/config.yml

After:

NAME                STATUS              CONFIG FILES
relay               running(2)          /Users/hubertdeng/code/relay/devservices/config.yml
snuba               running(3)          /Users/hubertdeng/code/snuba/devservices/config.yml

Copy link
Member

@IanWoodard IanWoodard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good find!

@hubertdeng123 hubertdeng123 merged commit 097fdce into main Sep 27, 2024
12 checks passed
@hubertdeng123 hubertdeng123 deleted the hubertdeng123/specify-compose-project-name branch September 27, 2024 23:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Handle detection of common dependencies
2 participants