First big push

This commit is contained in:
2025-03-18 22:46:53 +11:00
parent dbb6acf784
commit 699fc45de8
9 changed files with 325 additions and 0 deletions

11
docker-compose.yaml Normal file
View File

@@ -0,0 +1,11 @@
services:
webui:
build: .
ports:
- "5000:5000"
# volumes:
# - ./uploads:/app/uploads
# - ./output:/app/output
environment:
- GUNICORN_TIMEOUT=300
- TZ=Australia/Sydney