Refactor Dockerfile and docker-compose.yml to use new directory structure and update volume paths
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -5,7 +5,7 @@ services:
|
||||
ports:
|
||||
- 5053:5053
|
||||
volumes:
|
||||
- ./data:/app/cdn-app-insider/data
|
||||
- ./report:/app/cdn-app-insider/report
|
||||
- ./cdn-files:/app/cdn-app-insider/cdn-files
|
||||
- /data:/srv/docker/cdn-app-insider/data
|
||||
- /report:/srv/docker/cdn-app-insider/report
|
||||
- /cdn-files:/srv/docker/cdn-app-insider/cdn-files
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user