KarlQuant commited on
Commit
5ef0770
·
verified ·
1 Parent(s): 7ce66f0

Update supervisord.conf

Browse files
Files changed (1) hide show
  1. 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=true
60
- autorestart=true
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]