public-health-ch/Procfile
Oleg Lavrovsky 9da2e5d97e Revert uwsgi
2017-03-27 22:55:07 +02:00

4 lines
215 B
Text

web: uwsgi --http :$PORT --module publichealth.wsgi --master --offload-threads 3
# web: gunicorn publichealth.wsgi -b 0.0.0.0:$PORT -w 3 --log-file=-
init: python manage.py migrate
migrate: python manage.py migrate