Spaces:
Running
Running
Update supervisord.conf
Browse files- supervisord.conf +3 -3
supervisord.conf
CHANGED
|
@@ -56,8 +56,8 @@ depends_on=app
|
|
| 56 |
[program:dashboard]
|
| 57 |
command=python3 /app/hub_dashboard_service.py
|
| 58 |
directory=/app
|
| 59 |
-
autostart=
|
| 60 |
-
autorestart=
|
| 61 |
startsecs=3
|
| 62 |
startretries=5
|
| 63 |
stopwaitsecs=10
|
|
@@ -67,7 +67,7 @@ stdout_logfile=/dev/stdout
|
|
| 67 |
stdout_logfile_maxbytes=0
|
| 68 |
stderr_logfile=/dev/stderr
|
| 69 |
stderr_logfile_maxbytes=0
|
| 70 |
-
environment=PYTHONUNBUFFERED=1,DASHBOARD_HTML=/app/hub_dashboard.html,RANKER_LOG_DIR=/app/ranker_logs
|
| 71 |
priority=3
|
| 72 |
|
| 73 |
[group:space]
|
|
|
|
| 56 |
[program:dashboard]
|
| 57 |
command=python3 /app/hub_dashboard_service.py
|
| 58 |
directory=/app
|
| 59 |
+
autostart=false
|
| 60 |
+
autorestart=false
|
| 61 |
startsecs=3
|
| 62 |
startretries=5
|
| 63 |
stopwaitsecs=10
|
|
|
|
| 67 |
stdout_logfile_maxbytes=0
|
| 68 |
stderr_logfile=/dev/stderr
|
| 69 |
stderr_logfile_maxbytes=0
|
| 70 |
+
environment=PYTHONUNBUFFERED=1,DASHBOARD_HTML=/app/hub_dashboard.html,RANKER_LOG_DIR=/app/ranker_logs,DASHBOARD_PORT=8052
|
| 71 |
priority=3
|
| 72 |
|
| 73 |
[group:space]
|