feat: Gunicorn config and startup script

This commit is contained in:
2026-03-11 16:43:31 +01:00
parent 32ea4c3a1a
commit 73904cd99a
2 changed files with 9 additions and 0 deletions

5
gunicorn.conf.py Normal file
View File

@@ -0,0 +1,5 @@
bind = "127.0.0.1:5000"
workers = 2
timeout = 30
accesslog = "-"
errorlog = "-"