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

Update supervisord.conf

Browse files
Files changed (1) hide show
  1. supervisord.conf +2 -2
supervisord.conf CHANGED
@@ -31,7 +31,7 @@ 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 127.0.0.1:6080 --web /opt/novnc"
35
  autorestart=true
36
  priority=300
37
  startretries=5
@@ -39,7 +39,7 @@ 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 7860
43
  ; ✅ Fix wrong directory (/app -> /web-ui)
44
  directory=/web-ui
45
  autorestart=true
 
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
 
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