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 8fa5e33 commit d8f3b07Copy full SHA for d8f3b07
1 file changed
compose/backend/start.sh
@@ -20,4 +20,7 @@ echo 'creating superuser done; starting service'
20
# python manage.py runserver 0.0.0.0:8000
21
#trap : TERM INT; sleep 9999999999d & wait
22
export DJANGO_SETTINGS_MODULE=config.settings
23
-gunicorn -b 0.0.0.0 --reload config.wsgi 2> /tmp/gunicorn.log
+gunicorn -b 0.0.0.0 --reload config.wsgi \
24
+ --log-file=- \
25
+ --access-logfile=- \
26
+ --error-logfile=-
0 commit comments