User API cleanup

This commit is contained in:
Thomas Sileo
2018-06-01 20:29:44 +02:00
parent 45afd99098
commit f8ee19b4d1
11 changed files with 422 additions and 178 deletions

View File

@@ -1,7 +1,7 @@
version: '3.5'
services:
web:
build: .
image: 'microblogpub:latest'
ports:
- "${WEB_PORT}:5005"
links:
@@ -16,7 +16,7 @@ services:
- MICROBLOGPUB_DEBUG=1
celery:
# image: "instance1_web"
build: .
image: 'microblogpub:latest'
links:
- mongo
- rmq