This commit is contained in:
Oleg Lavrovsky 2017-03-28 00:32:08 +02:00
parent 89c20e3ae4
commit c64612bdba
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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