gunicorn instead of wsgi
This commit is contained in:
parent
1703b9d57e
commit
531de994db
1 changed files with 3 additions and 1 deletions
4
Procfile
4
Procfile
|
@ -1 +1,3 @@
|
|||
web: uwsgi --http :$PORT --module publichealth.wsgi --master --offload-threads 1
|
||||
web: gunicorn publichealth.wsgi -b 0.0.0.0:$PORT -w 3 --log-file=-
|
||||
init: python manage.py migrate
|
||||
migrate: python manage.py migrate
|
||||
|
|
Loading…
Add table
Reference in a new issue