binary1ne commited on
Commit
b8286d8
·
verified ·
1 Parent(s): 47d8d9a

Update supervisord.conf

Browse files
Files changed (1) hide show
  1. supervisord.conf +2 -9
supervisord.conf CHANGED
@@ -31,18 +31,11 @@ priority=250
31
  depends_on=x11vnc
32
 
33
  [program:novnc]
34
- command=bash -c "sleep 5 && cd /opt/novnc && /utils/novnc_proxy --vnc localhost:5901 --listen 0.0.0.0:7860 --web /opt/novnc"
35
  autorestart=true
36
  priority=300
37
  startretries=5
38
  startsecs=3
39
  depends_on=x11vnc
40
 
41
- [program:webui]
42
- command=/home/user/miniconda/envs/webui/bin/python -u webui_with_vnc.py --ip 0.0.0.0 --port 6080
43
- ; ✅ Fix wrong directory (/app -> /web-ui)
44
- directory=/web-ui
45
- autorestart=true
46
- priority=400
47
- startretries=3
48
- startsecs=3
 
31
  depends_on=x11vnc
32
 
33
  [program:novnc]
34
+ command=bash -c "sleep 5 && cd /opt/novnc && ./utils/novnc_proxy --vnc localhost:7860 --listen 0.0.0.0:5901 --web /opt/novnc"
35
  autorestart=true
36
  priority=300
37
  startretries=5
38
  startsecs=3
39
  depends_on=x11vnc
40
 
41
+