mirror of
https://github.com/fergalmoran/dss.docker.git
synced 2025-12-22 09:18:29 +00:00
Moved to images
This commit is contained in:
@@ -27,7 +27,6 @@ data:
|
||||
|
||||
celery:
|
||||
image: fergalmoran/dss.api
|
||||
#build: ./dss.api
|
||||
env_file:
|
||||
- ./api_env
|
||||
volumes_from:
|
||||
@@ -40,7 +39,6 @@ celery:
|
||||
|
||||
api:
|
||||
image: fergalmoran/dss.api
|
||||
#build: ./dss.api
|
||||
volumes:
|
||||
- /files
|
||||
ports:
|
||||
@@ -56,7 +54,6 @@ api:
|
||||
|
||||
web:
|
||||
image: fergalmoran/dss.web
|
||||
#build: ./dss.web
|
||||
env_file:
|
||||
- ./web_env
|
||||
restart: always
|
||||
@@ -79,7 +76,6 @@ radio:
|
||||
image: fergalmoran/dss.radio
|
||||
env_file:
|
||||
- ./radio_env
|
||||
#build: dss.radio/
|
||||
ports:
|
||||
- "8888:8888"
|
||||
links:
|
||||
|
||||
Reference in New Issue
Block a user