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

Updated docker documentation and db container name to avoid confusion with db volume #823

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

sko9370
Copy link

@sko9370 sko9370 commented Mar 21, 2024

Related to issue #807, updated docker compose usage documentation to explicitly mention that users should use "rita_docker.yaml" and not "rita.yaml" as the template. Additionally, renamed the mongodb container name from "db" to mongo-db to avoid confusion and overlap with the db volume also used in the docker-compose.yml.

sko9370 added 3 commits March 21, 2024 15:39
Put link to rita_docker.yaml so that people don't accidentally use rita.yaml, which will not work for docker compose setup.
Change container name db to mongo-db for clarity and avoid overlap with docker volume of the same name.
Change container name "db" to "mongo-db" to avoid confusion and overlap with volume "db". Change is also reflected in updated rita_docker.yaml
@sko9370 sko9370 requested a review from a team as a code owner March 21, 2024 19:48
@dspruell
Copy link

+1, helpful improvements. May also relate to #796.

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