change paths
All checks were successful
Build Images and Deploy / Update-PROD-Stack (push) Successful in 1m17s

This commit is contained in:
2026-02-09 16:54:38 -05:00
parent d2626aa691
commit 356b10db88

View File

@@ -1,13 +1,11 @@
version: '3.8'
services:
video-editor:
image: reg.dev.nervesocket.com/video-editor:latest
ports:
- "5000:5000"
volumes:
- ./uploads:/app/uploads
- ./outputs:/app/outputs
- /volume1/docker/video-editor/uploads:/app/uploads
- /volume1/docker/video-editor/outputs:/app/outputs
environment:
- FLASK_ENV=production
restart: unless-stopped