docker: reduced the default number of UWSGI workers to 4

This commit is contained in:
Jenny Danzmayr 2023-11-30 21:03:03 +01:00
parent 454b679c6a
commit a3057b817d
2 changed files with 2 additions and 2 deletions

View file

@ -82,7 +82,7 @@ ENV C3NAV_DEBUG="" \
C3NAV_DATA_DIR="/data" \
C3NAV_AUTOMIGRATE="yes" \
MPLBACKEND="agg" \
UWSGI_WORKERS="8" \
UWSGI_WORKERS="4" \
PATH="/app/env/bin/:$PATH"
USER c3nav