Files
video-edit/prod-compose.yml
Mike Johnston 356b10db88
All checks were successful
Build Images and Deploy / Update-PROD-Stack (push) Successful in 1m17s
change paths
2026-02-09 16:54:38 -05:00

12 lines
315 B
YAML

services:
video-editor:
image: reg.dev.nervesocket.com/video-editor:latest
ports:
- "5000:5000"
volumes:
- /volume1/docker/video-editor/uploads:/app/uploads
- /volume1/docker/video-editor/outputs:/app/outputs
environment:
- FLASK_ENV=production
restart: unless-stopped