mirror of
https://git.sr.ht/~tsileo/microblog.pub
synced 2024-12-22 21:24:28 +00:00
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'
|
command: 'celery worker -l info -A tasks'
|
||||||
volumes:
|
volumes:
|
||||||
- "${CONFIG_DIR}:/app/config"
|
- "${CONFIG_DIR}:/app/config"
|
||||||
environment:
|
environment:
|
||||||
- MICROBLOGPUB_AMQP_BROKER=pyamqp://guest@rmq//
|
- MICROBLOGPUB_AMQP_BROKER=pyamqp://guest@rmq//
|
||||||
- MICROBLOGPUB_MONGODB_HOST=mongo:27017
|
- MICROBLOGPUB_MONGODB_HOST=mongo:27017
|
||||||
mongo:
|
mongo:
|
||||||
|
|
Loading…
Reference in a new issue