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

fix worker compose depends_on #141

Merged
merged 1 commit into from
Aug 27, 2019

Conversation

BretFisher
Copy link
Collaborator

There was inconsistency in the worker compose yaml for depends_on. The worker requires both db and redis, and in the default docker-compose.yml it was missing db, causing worker to crash on docker-compose up. In two other compose files for stacks, where depends_on was used for other services, I added it for the worker to match.

There was inconsistency in the worker compose yaml for depends_on. The worker requires both db and redis, and in the default docker-compose.yml it was missing db, causing worker to crash on `docker-compose up`. In two other compose files for stacks, where depends_on was used for other services, I added it for the worker to match.
@jrburcio jrburcio merged commit df86c45 into dockersamples:master Aug 27, 2019
@BretFisher BretFisher deleted the fix-worker-depends-on branch May 3, 2021 01:56
GhenaCadin pushed a commit to Pokfinner/example-voting-app that referenced this pull request Jan 4, 2025
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