-
Notifications
You must be signed in to change notification settings - Fork 223
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
Migrate from make to just #6803
Conversation
43fe7f3
to
661c814
Compare
661c814
to
b1e6bd4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
# if you clone the repository with a different directory name, then | ||
# you end up with a different project name and then everything is hosed. | ||
# Setting it here fixes that. | ||
COMPOSE_PROJECT_NAME=socorro |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For my notes, we added this because Alexis needed it because he ran socorro with a differently named directory name.
Because this PR adds a name: socorro
, we don't need this anymore.
# --------------------------------------------- | ||
|
||
# Only use 2 threads for the processor | ||
producer_consumer.number_of_threads=2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is probably the last remnants of configman.
also switch from
SOCORRO_UID
andSOCORRO_GID
toUSE_UID
andUSE_GID
also switch from
my.env
to.env
also switch to using
docker-compose.override.yml
for volume mounts, so they can be disabled in CI.