1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-02 20:15:24 +02:00

chore: remove gunicorn in favor of uvicorn workers (#3761)

This commit is contained in:
Hayden 2024-06-20 22:52:09 -05:00 committed by GitHub
parent adab596683
commit 4d1381c055
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 44 additions and 160 deletions

View file

@ -25,12 +25,6 @@ services:
POSTGRES_PORT: 5432
POSTGRES_DB: mealie
# =====================================
# Web Concurrency
WEB_GUNICORN: "false"
WORKERS_PER_CORE: 0.5
MAX_WORKERS: 1
WEB_CONCURRENCY: 1
# =====================================
# Email Configuration
# SMTP_HOST=