File size: 551 Bytes
d93fa3a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
35fbd53
 
d93fa3a
 
35fbd53
 
d93fa3a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[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