Skip to content

Commit 268a92c

Browse files
authored
Fix celery worker launch order (#284)
1 parent 12fec78 commit 268a92c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docker-compose.production.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ services:
9292
celeryworker:
9393
<<: *django
9494
image: democrasite_production_celeryworker
95+
depends_on:
96+
- redis
9597
networks:
9698
- backend
9799
command: /start-celeryworker

0 commit comments

Comments
 (0)