diff --git a/compose/django/gunicorn.sh b/compose/django/gunicorn.sh index 62f6668..1557f8b 100644 --- a/compose/django/gunicorn.sh +++ b/compose/django/gunicorn.sh @@ -1,4 +1,4 @@ #!/bin/sh python /app/manage.py collectstatic --noinput python /app/manage.py compilescss -/usr/local/bin/gunicorn config.wsgi -w 4 -b unix:/data/sockets/gunicorn.sock --chdir=/app +/usr/local/bin/gunicorn config.wsgi -w 4 -b unix:/data/sockets/gunicorn.sock --error-logfile /var/log/gunicorn/gunicorn-error.log --chdir=/app diff --git a/stage.yml b/stage.yml index 4b7ddf6..57ed58e 100644 --- a/stage.yml +++ b/stage.yml @@ -2,7 +2,6 @@ version: '2' volumes: sockets: - driver: local external: true postgres_data: driver: local