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

Set docker-compose project name to "geomet-climate-nightly" instead of "docker" #95

Merged
merged 1 commit into from
Mar 6, 2024

Conversation

kngai
Copy link
Contributor

@kngai kngai commented Mar 6, 2024

This PR addresses a minor docker issue on nightly, where project name defaults to the current directory name where docker-compose.yml is. In this case, the name becomes docker. With many of our other nightly deploys using the same /docker folder structure, this leads to a lot of false warnings about the orphaned container named "docker" still existing during a docker compose up/down.

Adding /docker/.env with COMPOSE_PROJECT_NAME=name-of-your-application avoids this.

@tomkralidis tomkralidis merged commit aa0b50f into ECCC-CCCS:master Mar 6, 2024
1 check passed
@kngai kngai deleted the docker-compose-env-update branch December 6, 2024 15:11
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.

2 participants