Tests tests tests and bugfixes

This commit is contained in:
Thomas Sileo
2018-05-28 19:46:23 +02:00
parent ff95e6773e
commit 9f9f79edb5
8 changed files with 258 additions and 38 deletions

View File

@@ -19,7 +19,9 @@ services:
- mongo
- rmq
command: 'celery worker -l info -A tasks'
environment:
volumes:
- "${CONFIG_DIR}:/app/config"
environment:
- MICROBLOGPUB_AMQP_BROKER=pyamqp://guest@rmq//
- MICROBLOGPUB_MONGODB_HOST=mongo:27017
mongo: