From f055fe609c58b12b2348bc4df6a5a92f035110ed Mon Sep 17 00:00:00 2001 From: hailin Date: Mon, 26 May 2025 16:16:07 +0800 Subject: [PATCH] . --- supabase/postgres/supervisord.conf | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/supabase/postgres/supervisord.conf b/supabase/postgres/supervisord.conf index 773c6b9..182871c 100644 --- a/supabase/postgres/supervisord.conf +++ b/supabase/postgres/supervisord.conf @@ -50,8 +50,7 @@ priority=50 autorestart=true stderr_logfile=/var/log/storage-api.err.log stdout_logfile=/var/log/storage-api.out.log -autostart=false -autorestart=false + [program:kong] command=/bin/bash /supabase/kong/wrapper.sh @@ -69,5 +68,3 @@ user=root autorestart=true stderr_logfile=/var/log/chatdesk-ui.err.log stdout_logfile=/var/log/chatdesk-ui.out.log -autostart=false -autorestart=false