mirror of
https://github.com/pinry/pinry.git
synced 2026-02-21 13:57:21 +01:00
Refactor: Use stdout as the log-output
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user