Tweak the UI (make it use the new user API) and bugfixes

This commit is contained in:
Thomas Sileo
2018-06-03 11:41:18 +02:00
parent ef5b32a33c
commit 7db48800a2
5 changed files with 20 additions and 42 deletions

View File

@@ -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"