Docker File Update
This commit is contained in:
12
example.env
Normal file
12
example.env
Normal 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
|
||||
Reference in New Issue
Block a user