This commit is contained in:
Thomas Sileo
2018-07-29 16:40:33 +02:00
parent 55ff15ff86
commit 5da27d9820
3 changed files with 14 additions and 2 deletions

View File

@@ -26,6 +26,7 @@ services:
environment:
- MICROBLOGPUB_AMQP_BROKER=pyamqp://guest@rmq//
- MICROBLOGPUB_MONGODB_HOST=mongo:27017
- MICROBLOGPUB_DEBUG=1
mongo:
image: "mongo:latest"
rmq: