Tweak the UI (make it use the new user API) and bugfixes
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user