Tweak the UI (make it use the new user API) and bugfixes
This commit is contained in:
parent
ef5b32a33c
commit
7db48800a2
5 changed files with 20 additions and 42 deletions
|
@ -1,4 +1,4 @@
|
|||
version: '2'
|
||||
version: '3'
|
||||
services:
|
||||
celery:
|
||||
image: microblogpub:latest
|
||||
|
@ -7,7 +7,7 @@ services:
|
|||
- rabbitmq
|
||||
command: 'celery worker -l info -A tasks'
|
||||
environment:
|
||||
- MICROBLOGPUB_AMQP_BORKER=pyamqp://guest@rabbitmq//
|
||||
- MICROBLOGPUB_AMQP_BROKER=pyamqp://guest@rabbitmq//
|
||||
- MICROBLOGPUB_MONGODB_HOST=mongo:27017
|
||||
mongo:
|
||||
image: "mongo:latest"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue