pin django version, gunicorn listen on all ips

This commit is contained in:
Jan Koppe 2021-10-31 12:56:02 +01:00
parent bee265c82a
commit 9a294ff0d3
Signed by: thunfisch
GPG Key ID: BE935B0735A2129B
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ user=root
[program:gunicorn]
directory=/app
command=/usr/local/bin/gunicorn -w 4 --bind 127.0.0.1:8000 portier.wsgi
command=/usr/local/bin/gunicorn -w 4 --bind 0.0.0.0:8000 portier.wsgi
autostart=true
autorestart=true
priority=5

View File

@ -1,4 +1,4 @@
django>=3.0
django==3.0
django-registration>=3.1
django-bootstrap4
django-guardian