add more tweaks for stability for more users at the same time working in it
All checks were successful
Build & Push / Build & Push image (push) Successful in 31s

This commit is contained in:
2026-02-28 15:24:15 +01:00
parent e745cc78ab
commit f991cef71d
4 changed files with 103 additions and 3 deletions

View File

@@ -28,4 +28,4 @@ USER appuser
EXPOSE 5000
ENTRYPOINT ["/app/entrypoint.sh"]
CMD ["gunicorn", "--bind", "0.0.0.0:5000", "--workers", "4", "--timeout", "120", "app:app"]
CMD ["gunicorn", "--config", "/app/gunicorn.conf.py", "app:app"]