gunicorn
This commit is contained in:
parent
89c20e3ae4
commit
c64612bdba
2 changed files with 4 additions and 4 deletions
6
Procfile
6
Procfile
|
@ -1,4 +1,4 @@
|
|||
web: uwsgi --http :$PORT --module=publichealth.wsgi:application --master --offload-threads 3
|
||||
# web: gunicorn publichealth.wsgi -b 0.0.0.0:$PORT -w 3 --log-file=-
|
||||
# web: uwsgi --http :$PORT --module=publichealth.wsgi:application --master --offload-threads 3
|
||||
# web: gunicorn publichealth.wsgi -b 0.0.0.0:$PORT -w 5 --log-file=-
|
||||
web: python manage.py runserver $PORT
|
||||
init: python manage.py migrate
|
||||
migrate: python manage.py migrate
|
||||
|
|
|
@ -26,6 +26,6 @@ Pillow==4.0.0
|
|||
stellar==0.4.3
|
||||
|
||||
# Production dependencies
|
||||
uwsgi==2.0.14
|
||||
gunicorn==19.7.1
|
||||
whitenoise==3.3.0
|
||||
ConcurrentLogHandler==0.9.1
|
||||
|
|
Loading…
Add table
Reference in a new issue