Refactor: Use stdout as the log-output

This commit is contained in:
winkidney
2018-08-19 04:24:28 -07:00
parent 08fc46e667
commit 8df82fb7c3

View File

@@ -7,7 +7,7 @@ services:
command: >
bash -c "python manage.py migrate
&& python3 manage.py collectstatic --noinput
&& gunicorn pinry.wsgi:application -b 0.0.0.0:8000 --timeout 30 --log-file - "
&& gunicorn pinry.wsgi:application -b 0.0.0.0:8000 --timeout 30"
ports:
- "127.0.0.1:2048:8000"
environment: