forked from my5t3ry/wine-x11-novnc-docker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsupervisord.conf
44 lines (36 loc) · 1.09 KB
/
supervisord.conf
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[supervisord]
nodaemon=true
[program:X11]
command=/usr/bin/Xvfb :0 -screen 0 1024x768x24
autorestart=true
stdout_logfile=/dev/fd/1
stdout_logfile_maxbytes=0
redirect_stderr=true
[program:x11vnc]
command=/usr/bin/x11vnc
autorestart=true
stdout_logfile=/dev/fd/1
stdout_logfile_maxbytes=0
redirect_stderr=true
[program:novnc]
command=/root/novnc/utils/launch.sh --vnc localhost:5900 --listen 8080
autorestart=true
stdout_logfile=/dev/fd/1
stdout_logfile_maxbytes=0
redirect_stderr=true
[program:explorer]
command=/root/.PlayOnLinux/wine/linux-x86/3.19/bin/wine /root/.PlayOnLinux/wineprefix/AbletonLive9/drive_c/ProgramData/Ableton/Live\ 9\ Suite/Program/Ableton\ Live\ 9\ Suite.exe
autorestart=true
stdout_logfile=/dev/fd/1
stdout_logfile_maxbytes=0
redirect_stderr=true
[program:fluxbox]
command=/usr/bin/fluxbox
autorestart=true
stdout_logfile=/dev/fd/1
stdout_logfile_maxbytes=0
redirect_stderr=true
ProxyPass / http://127.0.0.1:8082/
ProxyPassReverse / http://127.0.0.1:8082/
ProxyPass /websockify ws://127.0.0.1:8082/websockify retry=3
ProxyPassReverse /websockify ws://127.0.0.1:8082/websockify retry=3