Increase workers and timeout
Build, push image, and notify Watchtower / build-image (push) Successful in 29s
Build, push image, and notify Watchtower / notify (push) Successful in 37s

This commit is contained in:
2026-07-23 16:48:35 +02:00
parent 509ed51685
commit c99065f6e0
+1 -1
View File
@@ -18,4 +18,4 @@ RUN mkdir -p storage/dishPhotos
EXPOSE 5000
# Use Gunicorn to run the application in production
CMD ["python", "-m", "gunicorn", "--bind", "0.0.0.0:5000", "app:app"]
CMD ["python", "-m", "gunicorn", "--bind", "0.0.0.0:5000", "--workers", "2", "--threads", "4", "--timeout", "300", "app:app"]