Files
CDN-APP-INSIDER/docker-compose.yml
Dinawo 03f0773c0f
All checks were successful
continuous-integration/drone/push Build is passing
Refactor Dockerfile and docker-compose.yml to use new directory structure and update volume paths
2024-05-01 18:31:56 +02:00

11 lines
296 B
YAML

version: '3'
services:
app:
image: swiftlogiclabs/cdn-app-insider
ports:
- 5053:5053
volumes:
- /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