Fix docker-compose file
This commit is contained in:
parent
9f9f79edb5
commit
64c1496c57
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ services:
|
|||
command: 'celery worker -l info -A tasks'
|
||||
volumes:
|
||||
- "${CONFIG_DIR}:/app/config"
|
||||
environment:
|
||||
environment:
|
||||
- MICROBLOGPUB_AMQP_BROKER=pyamqp://guest@rmq//
|
||||
- MICROBLOGPUB_MONGODB_HOST=mongo:27017
|
||||
mongo:
|
||||
|
|
Loading…
Reference in a new issue