initial commit
Some checks failed
Build Images and Deploy / Update-PROD-Stack (push) Failing after 1m2s
Some checks failed
Build Images and Deploy / Update-PROD-Stack (push) Failing after 1m2s
This commit is contained in:
13
prod-compose.yml
Normal file
13
prod-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user