docker-pythonapp/pythonapp.ini

18 lines
359 B
INI
Raw Normal View History

2015-06-13 23:56:17 -07:00
[uwsgi]
no-orphans = true
log-date = true
2015-07-26 20:07:43 -07:00
uid = python
pid = python
2015-06-13 23:56:17 -07:00
plugins = python3
touch-reload = /home/python/app/app.py
chdir = /home/python/app/
wsgi-file = /home/python/app/app.py
callable = application
master = true
2015-06-14 00:04:35 -07:00
processes = 3
2015-06-13 23:56:17 -07:00
socket = 127.0.0.1:3330
enable-threads = true
no-threads-wait = true
die-on-term = true
virtualenv = /home/python/appenv