diff --git a/docker-compose.yml b/docker-compose.yml index 7b2d7f1..8a85053 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -34,7 +34,6 @@ celery: - "redis:redis" - "rabbitmq:rabbitmq" command: ./run_celery.sh - #command: python manage.py celeryd api: build: ./dss.api @@ -45,6 +44,8 @@ api: links: - "postgres:postgres" - "redis:redis" + - "icecast:icecast" + - "radio:radio" - "rabbitmq:rabbitmq" command: ./run_web.sh