dnscms: switch from 1 to 3 gunicorn workers

This commit is contained in:
2026-02-16 02:38:45 +01:00
parent 355c0b38a5
commit e71db3a0cc

View File

@@ -37,4 +37,4 @@ USER wagtail
ENV PATH="/app/.venv/bin:$PATH"
RUN python manage.py collectstatic --noinput --clear
CMD ["sh", "-c", "set -xe; python manage.py migrate --noinput && gunicorn dnscms.wsgi:application"]
CMD ["sh", "-c", "set -xe; python manage.py migrate --noinput && gunicorn dnscms.wsgi:application --workers 3"]