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

Issues with docker compose #416

Open
childers opened this issue Jul 19, 2024 · 0 comments
Open

Issues with docker compose #416

childers opened this issue Jul 19, 2024 · 0 comments

Comments

@childers
Copy link

I have run into an issue running docker compose up. The db-init container spawns, completes and shuts down befor the db container is ready, resulting in the container cluster to fail startup.

I have found two workarounds to this:

  1. Start up the db container separately, then running docker compose up
  2. Run the docker compose up command as a deamon (docker compose up -d) twice. The db container starts on the first invocation, and the db-init container is able to run to completion properly, and I can see the Apollo instance.

Am I missing some step?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant