Streamrecord in a container
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- [uwsgi]
- no-orphans = true
- log-date = true
- uid = streamrecord
- pid = streamrecord
- plugins = python3
- touch-reload = /home/streamrecord/app/app.py
- chdir = /home/streamrecord/app/
- wsgi-file = /home/streamrecord/app/app.py
- callable = application
- master = true
- processes = 1
- socket = 127.0.0.1:3330
- ;pidfile = /tmp/streamrecord.pid
- enable-threads = true
- no-threads-wait = true
- die-on-term = true
|