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

[Issue 617] Rename app and db in docker-compose #622

Merged
merged 3 commits into from
Oct 31, 2023

Conversation

chouinar
Copy link
Collaborator

@chouinar chouinar commented Oct 30, 2023

Summary

Fixes #617

Time to review: 5 mins

Changes proposed

Renamed the docker container for the app and DB to make them less generic.

Context for reviewers

Nothing too fancy, just updated the names and where we reference them.

Verified that everything works locally (make init format lint test) and the API comes up and is usable (make run-logs go to http://localhost:8080/docs ).

If you check this out, I suggest you do make clean-volumes to delete any existing DB volume as it was renamed.

@chouinar chouinar requested review from acouch and daphnegold October 30, 2023 15:34
docker-compose.yml Outdated Show resolved Hide resolved
@chouinar chouinar requested a review from acouch October 31, 2023 16:18
@chouinar chouinar merged commit 5ffe55b into main Oct 31, 2023
@chouinar chouinar deleted the chouinar/update-docker branch October 31, 2023 18:05
acouch pushed a commit that referenced this pull request Oct 31, 2023
[Issue-617] Rename app and db in docker-compose
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.

[Task]: Rename docker compose app and / or database names
2 participants