sdmal changes

This commit is contained in:
2026-06-23 12:01:23 +02:00
parent ca272542de
commit f160f23e9c
2 changed files with 3 additions and 2 deletions
-1
View File
@@ -9,4 +9,3 @@ INVENTAR_WORKERS=4
INVENTAR_THREADS=2 INVENTAR_THREADS=2
INVENTAR_WORKER_TIMEOUT=30 INVENTAR_WORKER_TIMEOUT=30
INVENTAR_WORKER_CONNECTIONS=100 INVENTAR_WORKER_CONNECTIONS=100
+2
View File
@@ -1,5 +1,7 @@
services: services:
app: app:
working_dir: /app/Web
command: ["gunicorn", "app:app", "--bind", "0.0.0.0:8000", "--workers", "4", "--threads", "2", "--timeout", "30", "--graceful-timeout", "20", "--worker-connections", "100", "--max-requests", "1000", "--max-requests-jitter", "100", "--log-level", "info", "--access-logfile", "-", "--error-logfile", "-"]
image: ghcr.io/aiirondev/legendary-octo-garbanzo:v0.7.42 image: ghcr.io/aiirondev/legendary-octo-garbanzo:v0.7.42
build: null build: null
ports: ports: