Docker File Update

This commit is contained in:
2026-01-07 04:16:40 +00:00
parent 983b548d7b
commit abceb1be7b
6 changed files with 98 additions and 12 deletions

12
example.env Normal file
View File

@@ -0,0 +1,12 @@
# Server Configuration
PORT=5000
FLASK_DEBUG=false
FLASK_ENV=production
# Application Settings
# Max upload size in MB (default 40 in code)
MAX_UPLOAD_MB=40
# Optional: UID/GID for permission handling in Docker volume mapping
# PUID=1000
# PGID=1000