Add new dependencies and update file 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,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"
|
||||
Reference in New Issue
Block a user