Merge pull request #5053 from ryanpetrello/celery-rdb

map docker container ports to allow usage of celery.contrib.rdb
This commit is contained in:
Ryan Petrello 2017-01-31 09:23:20 -05:00 committed by GitHub
commit 25fed36dc0

View File

@ -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