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"
|
||||
- "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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user