We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12fec78 commit 268a92cCopy full SHA for 268a92c
1 file changed
docker-compose.production.yml
@@ -92,6 +92,8 @@ services:
92
celeryworker:
93
<<: *django
94
image: democrasite_production_celeryworker
95
+ depends_on:
96
+ - redis
97
networks:
98
- backend
99
command: /start-celeryworker
0 commit comments