mirror of
https://github.com/fergalmoran/dss.docker.git
synced 2025-12-22 09:18:29 +00:00
Broke docker-compose
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user