Refactor Dockerfile and docker-compose.yml to use new directory structure and update volume paths
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
version: '3'
|
||||
services:
|
||||
app:
|
||||
cdn-app-insider:
|
||||
container_name: cdn-app-insider
|
||||
image: swiftlogiclabs/cdn-app-insider
|
||||
ports:
|
||||
- 5053:5053
|
||||
@@ -8,4 +9,9 @@ services:
|
||||
- /srv/docker/cdn-app-insider/data:/data
|
||||
- /srv/docker/cdn-app-insider/report:/report
|
||||
- /srv/docker/cdn-app-insider/cdn-files:/cdn-files
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- cdn_app_insider_network
|
||||
restart: unless-stopped
|
||||
|
||||
networks:
|
||||
cdn_app_insider_network:
|
||||
Reference in New Issue
Block a user