Add new dependencies and update file paths
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-04-17 01:42:24 +02:00
parent 9a5b4c20cb
commit 7a02f2682c
10 changed files with 190 additions and 127 deletions

View File

@@ -5,15 +5,4 @@ services:
restart: unless-stopped
container_name: cdn-app-container
ports:
- "5053:5053"
volumes:
- /home/cdn-app:/home/cdn-app
- cdn-files:/home/cdn-app/cdn-files
- report:/home/cdn-app/report
- data:/home/cdn-app/data
command: sh -c "if [ ! -f /home/cdn-app/moved_files ]; then mv /app/cdn-app-insider/* /home/cdn-app && touch /home/cdn-app/moved_files; fi && node server.js"
volumes:
cdn-files:
report:
data:
- "5053:5053"