We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a34e780 commit 30bfbc3Copy full SHA for 30bfbc3
compose/production/django/start
@@ -7,4 +7,8 @@ set -o nounset
7
8
python /app/manage.py collectstatic --noinput
9
10
-exec /usr/local/bin/gunicorn config.wsgi --bind 0.0.0.0:5000 --chdir=/app
+exec /usr/local/bin/gunicorn config.wsgi \
11
+ --bind 0.0.0.0:5000 \
12
+ --chdir=/app \
13
+ --timeout 300 \
14
+ --graceful-timeout 300 \
0 commit comments