better / supervisord.conf
Richard924's picture
Upload 7 files
bb5c37a
[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:teldrive]
command=/app/teldrive.sh
autorestart=true
stopasgroup=true
stopsignal=QUIT
[program:webdav]
command=/app/webdav.sh
stopasgroup=true
stopsignal=QUIT
[program:teldrive-backup]
command=/app/db_backup.sh
autorestart=true
[program:filebrowser]
command=/app/filebrowser.sh
autorestart=true