Skip to content

Commit bf6d038

Browse files
authored
fix: add rabbitmq hostname config to prod worker compose (#1049)
1 parent 1045513 commit bf6d038

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.worker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ services:
1414
- "5001:5000"
1515
extra_hosts:
1616
- "db:${DATABASE_IP}"
17+
- "rabbitmq:${RABBITMQ_IP}"
1718
- "redis:${REDIS_IP}"
1819
command: /start
1920
scale: 0 # We don't need the Django service running, but we inherit the worker settings from it.

0 commit comments

Comments
 (0)