Merge pull request #245 from AlanCoding/fix_supervisor

specify all group queues, get supervisor working
This commit is contained in:
Alan Rominger
2017-08-14 11:31:00 -04:00
committed by GitHub
5 changed files with 11 additions and 10 deletions

View File

@@ -10,7 +10,7 @@ services:
RABBITMQ_PASS: guest
RABBITMQ_VHOST: /
CELERY_RDB_HOST: 0.0.0.0
EXTRA_GROUP_QUEUES:
AWX_GROUP_QUEUES: tower
ports:
- "8080:8080"
- "5555:5555"