code_predictor / supervisord.conf
astacn's picture
Create supervisord.conf
ea87178 verified
raw
history blame
168 Bytes
[supervisord]
nodaemon=true
[program:app1]
command=python app.py
autostart=true
autorestart=true
[program:app2]
command=python app2.py
autostart=true
autorestart=true