initial commit
Some checks failed
Build Images and Deploy / Update-PROD-Stack (push) Failing after 1m2s

This commit is contained in:
2026-02-09 16:52:27 -05:00
commit d2626aa691
9 changed files with 1183 additions and 0 deletions

13
prod-compose.yml Normal file
View File

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