From 407e991c52d6038cb9eefa9cb40cb720db9f2fd0 Mon Sep 17 00:00:00 2001 From: Cyberes Date: Sun, 15 Oct 2023 16:15:25 -0600 Subject: [PATCH] docker: update supervisord --- other/vllm/Docker/supervisord.conf | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/other/vllm/Docker/supervisord.conf b/other/vllm/Docker/supervisord.conf index 03ffc40..d7ea848 100644 --- a/other/vllm/Docker/supervisord.conf +++ b/other/vllm/Docker/supervisord.conf @@ -1,5 +1,11 @@ [supervisord] -nodaemon=true +nodaemon = true +pidfile = /tmp/supervisord.pid +logfile = /var/log/app/supervisord.log +directory = /tmp + +[supervisorctl] +serverurl=unix:///var/run/supervisor.sock [program:startup] command=/app/init.sh