Fix docker-compose file

This commit is contained in:
Thomas Sileo 2018-05-28 19:48:30 +02:00
parent 9f9f79edb5
commit 64c1496c57

View file

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