aboutsummaryrefslogtreecommitdiff
path: root/Common/devcontainer/supervisord.conf
blob: 0c7314b728211b6dc3e3df196460d788c69b5735 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[supervisord]
nodaemon=true
#user=devuser
logfile=/var/log/supervisord.log
pidfile=/var/run/supervisord.pid

[program:nvim-headless]
command=nvim --headless --listen 0.0.0.0:7778
autostart=true
autorestart=true

[program:opencode]
command=opencode web --port 4096 --hostname 0.0.0.0
autostart=true
autorestart=true