baseimage-tutorial-framework/supervisord.conf
2017-12-04 21:50:41 +01:00

14 lines
286 B
Plaintext

[supervisord]
user=user
logfile = /tmp/supervisord.log
loglevel = DEBUG
pidfile = /tmp/supervisord.pid
[program:app]
directory=%(ENV_TFW_APP_DIR)s
command=env python app.py
[program:event_handler_main]
directory=%(ENV_TFW_EVENT_HANDLERS_DIR)s
command=env python event_handler_main.py