-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
docsImprovements or additions to documentationImprovements or additions to documentation
Description
As per v3.4, this is what is currently reported in the /scripts/docker-entrypoint.sh
file::
g3w-suite-docker/scripts/docker-entrypoint.sh
Lines 37 to 44 in e435dcc
gunicorn base.wsgi:application \ | |
--limit-request-fields 0 \ | |
--error-logfile - \ | |
--log-level=debug \ | |
--timeout ${G3WSUITE_GUNICORN_TIMEOUT:-120} \ | |
--workers=${G3WSUITE_GUNICORN_NUM_WORKERS:-8} \ | |
--max-requests=${G3WSUITE_GUNICORN_MAX_REQUESTS:-200} \ | |
-b 0.0.0.0:8000 |
But currently the README.md file reports this stack without any other mention of gunicorn:
This is what we can currently find in the documentation:
Metadata
Metadata
Assignees
Labels
docsImprovements or additions to documentationImprovements or additions to documentation