Broke docker-compose

This commit is contained in:
Fergal Moran
2015-10-20 18:51:32 +00:00
parent 5e4a8f0b15
commit 2eaee8bda9

View File

@@ -34,7 +34,6 @@ celery:
- "redis:redis" - "redis:redis"
- "rabbitmq:rabbitmq" - "rabbitmq:rabbitmq"
command: ./run_celery.sh command: ./run_celery.sh
#command: python manage.py celeryd
api: api:
build: ./dss.api build: ./dss.api
@@ -45,6 +44,8 @@ api:
links: links:
- "postgres:postgres" - "postgres:postgres"
- "redis:redis" - "redis:redis"
- "icecast:icecast"
- "radio:radio"
- "rabbitmq:rabbitmq" - "rabbitmq:rabbitmq"
command: ./run_web.sh command: ./run_web.sh