Skip to content

Commit

Permalink
Merge pull request #2522 from uktrade/fix/remove-docker-compose-wait-api
Browse files Browse the repository at this point in the history
Remove the wait from celery for the api
  • Loading branch information
web-bert authored Feb 14, 2020
2 parents c96e59a + 9ecd8cd commit b69d7dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
context: .
volumes:
- .:/app
entrypoint: dockerize -wait tcp://postgres:5432 -wait tcp://mi-postgres:5432 -wait tcp://es:9200 -wait tcp://redis:6379 -wait tcp://api:8000 -timeout 180s
entrypoint: dockerize -wait tcp://postgres:5432 -wait tcp://mi-postgres:5432 -wait tcp://es:9200 -wait tcp://redis:6379 -timeout 180s
env_file: .env
command: watchmedo auto-restart -d . -R -p '*.py' -- celery worker -A config -l info -Q celery -B

Expand Down

0 comments on commit b69d7dd

Please sign in to comment.