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

This commit is contained in:
2024-05-01 18:31:56 +02:00
parent 423f7d4989
commit 03f0773c0f
2 changed files with 10 additions and 9 deletions

View File

@@ -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