mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 18:40:01 -03:30
Merge pull request #5053 from ryanpetrello/celery-rdb
map docker container ports to allow usage of celery.contrib.rdb
This commit is contained in:
commit
25fed36dc0
@ -9,11 +9,13 @@ services:
|
||||
RABBITMQ_USER: guest
|
||||
RABBITMQ_PASS: guest
|
||||
RABBITMQ_VHOST: /
|
||||
CELERY_RDB_HOST: 0.0.0.0
|
||||
ports:
|
||||
- "8080:8080"
|
||||
- "5555:5555"
|
||||
- "8013:8013"
|
||||
- "8043:8043"
|
||||
- "6899-6999:6899-6999" # default port range for celery.contrib.rdb
|
||||
links:
|
||||
- postgres
|
||||
- memcached
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user