Final ADD Genuss

This commit is contained in:
2026-08-09 12:53:12 +00:00
parent 551c528e8e
commit c91477cc26
29 changed files with 1180 additions and 27 deletions
+1 -1
View File
@@ -10,4 +10,4 @@ RUN uv sync --frozen --no-dev
COPY . .
EXPOSE 8000
CMD ["uv", "run", "gunicorn", "-b", "0.0.0.0:8000", "--workers", "1", "--timeout", "300", "--graceful-timeout", "30", "--keep-alive", "5", "--error-logfile", "-", "--access-logfile", "-", "app:app"]
CMD ["uv", "run", "gunicorn", "-b", "0.0.0.0:8000", "--workers", "2", "--timeout", "120", "--graceful-timeout", "30", "--keep-alive", "5", "--error-logfile", "-", "--access-logfile", "-", "app:app"]