public-health-ch/Procfile
Oleg Lavrovsky 89c20e3ae4 Procfile
2017-03-28 00:02:05 +02:00

4 lines
227 B
Text

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=-
init: python manage.py migrate
migrate: python manage.py migrate