We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1045513 commit bf6d038Copy full SHA for bf6d038
docker-compose.worker.yml
@@ -14,6 +14,7 @@ services:
14
- "5001:5000"
15
extra_hosts:
16
- "db:${DATABASE_IP}"
17
+ - "rabbitmq:${RABBITMQ_IP}"
18
- "redis:${REDIS_IP}"
19
command: /start
20
scale: 0 # We don't need the Django service running, but we inherit the worker settings from it.
0 commit comments