Fix compose config
This commit is contained in:
parent
2ef968f11e
commit
2bd06886ec
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ services:
|
|||
- MICROBLOGPUB_AMQP_BROKER=pyamqp://guest@rmq//
|
||||
- MICROBLOGPUB_MONGODB_HOST=mongo:27017
|
||||
- POUSSETACHES_AUTH_KEY=${POUSSETACHES_AUTH_KEY}
|
||||
- COMPOSE_PROJECT_NAME=${COMPOSE_PROJECT_NAME}
|
||||
celery:
|
||||
image: 'microblogpub:latest'
|
||||
links:
|
||||
|
|
Loading…
Reference in a new issue