Revert "attempting proxying"

This reverts commit 7d23bf60cf.

changed to 1 worker
This commit is contained in:
2025-12-09 22:32:01 -05:00
parent 4f2f34294a
commit 2a56f7ea32
3 changed files with 13 additions and 20 deletions

View File

@@ -13,4 +13,4 @@ ENV PYTHONUNBUFFERED=1
ENV PYTHONIOENCODING=utf-8
# Use Gunicorn instead of python main.py
CMD ["gunicorn", "--bind", "0.0.0.0:5000", "--workers", "4", "--timeout", "120", "--access-logfile", "-", "--error-logfile", "-", "--log-level", "info", "main:app"]
CMD ["gunicorn", "--bind", "0.0.0.0:5000", "-k", "gevent", "--workers", "1", "--timeout", "120", "--access-logfile", "-", "--error-logfile", "-", "--log-level", "info", "main:app"]