archive / supervisord.conf
baefauna's picture
Update supervisord.conf
35fbd53
raw
history blame contribute delete
551 Bytes
[unix_http_server]
file=/tmp/supervisor.sock
[supervisord]
nodaemon=true
loglevel=debug
[rpcinterface:supervisor]
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
[supervisorctl]
serverurl=unix:///tmp/supervisor.sock
[program:caddy]
command=/app/caddy run --config /app/Caddyfile --adapter=caddyfile
autostart=true
autorestart=true
[program:filebrowser]
command=/app/filebrowser.sh
autorestart=true
[program:yta_bae]
command=/app/bae.sh
autorestart=true
[program:yta_fauna]
command=/app/fauna.sh
autorestart=true