public-health-ch/Procfile
Oleg Lavrovsky f48aaabf09 Db config
2017-03-28 00:43:55 +02:00

3 lines
205 B
Text

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