dnscms: switch from 1 to 3 gunicorn workers
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user