Refactor Dockerfile and docker-compose.yml to use new directory structure
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,12 +5,7 @@ services:
|
||||
ports:
|
||||
- 5053:5053
|
||||
volumes:
|
||||
- data-volume:/app/data
|
||||
- report-volume:/app/report
|
||||
- cdn-files-volume:/app/cdn-files
|
||||
- ./data:/app/cdn-app-insider/data
|
||||
- ./report:/app/cdn-app-insider/report
|
||||
- ./cdn-files:/app/cdn-app-insider/cdn-files
|
||||
restart: unless-stopped
|
||||
|
||||
volumes:
|
||||
data-volume:
|
||||
report-volume:
|
||||
cdn-files-volume:
|
||||
|
||||
Reference in New Issue
Block a user