support custom number of gunicorn workers

This commit is contained in:
FuzzyGrim
2023-09-30 17:05:54 +02:00
parent a70875ad98
commit e5dafcdc56
3 changed files with 3 additions and 1 deletions

View File

@@ -11,4 +11,4 @@ groupmod -o -g "$PGID" abc
usermod -o -u "$PUID" abc
chown -R abc:abc db
exec gosu abc:abc gunicorn --bind :8000 config.wsgi:application
exec gosu abc:abc gunicorn --bind :8000 --timeout 120 --preload config.wsgi:application