OF-DL/docker/supervisord.conf
2025-05-03 00:17:19 +01:00

26 lines
577 B
Plaintext

[unix_http_server]
file=/tmp/supervisor.sock
[supervisord]
nodaemon=true
logfile=/config/logs/supervisord.log
pidfile=/var/run/supervisord.pid
[rpcinterface:supervisor]
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
[supervisorctl]
serverurl=unix:///tmp/supervisor.sock
[program:X11]
command=Xvfb :0 -screen 0 "%(ENV_DISPLAY_WIDTH)s"x"%(ENV_DISPLAY_HEIGHT)s"x24
autorestart=true
[program:x11vnc]
command=/usr/bin/x11vnc
autorestart=true
[program:websockify]
command=websockify --web /usr/share/novnc 8080 localhost:5900
autorestart=true