From 2feea7787b8aa2ecea2b87e7195ade9f6fa21cd8 Mon Sep 17 00:00:00 2001 From: hailin Date: Sat, 17 May 2025 12:07:08 +0800 Subject: [PATCH] . --- supervisord.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/supervisord.conf b/supervisord.conf index 5982174..14a9dae 100644 --- a/supervisord.conf +++ b/supervisord.conf @@ -8,6 +8,9 @@ pidfile=/tmp/supervisord.pid file=/var/run/supervisor.sock chmod=0700 +[rpcinterface:supervisor] +supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface + [supervisorctl] serverurl=unix:///var/run/supervisor.sock @@ -20,7 +23,6 @@ stderr_logfile=/var/log/postgres.err.log environment=POSTGRES_PASSWORD="postgres" - # [program:kong] # command=/supabase/kong/docker-entrypoint.sh kong docker-start