From d64d64ad4f99b48e695800e1450f13a84c1ca4dc Mon Sep 17 00:00:00 2001 From: hailin Date: Mon, 26 May 2025 12:28:23 +0800 Subject: [PATCH] . --- supabase/postgres/supervisord.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/supabase/postgres/supervisord.conf b/supabase/postgres/supervisord.conf index 23ec306..1d8b4e1 100644 --- a/supabase/postgres/supervisord.conf +++ b/supabase/postgres/supervisord.conf @@ -22,6 +22,8 @@ autorestart=true stdout_logfile=/var/log/postgres.out.log stderr_logfile=/var/log/postgres.err.log environment=POSTGRES_PASSWORD="postgres" +autostart=false +autorestart=false [program:postgrest] command=/bin/bash /supabase/postgrest/wrapper.sh @@ -30,6 +32,8 @@ user=root stderr_logfile=/var/log/postgrest.err.log stdout_logfile=/var/log/postgrest.out.log environment=PGRST_DB_URI="postgres://postgres:postgres@localhost:5432/postgres",PGRST_DB_ANON_ROLE="anon",PGRST_DB_SCHEMA="public",PGRST_JWT_SECRET="super-secret-jwt-token-with-at-least-32-characters-long",PGRST_SERVER_PORT="3000",PGRST_LOG_LEVEL="debug" +autostart=false +autorestart=false [program:auth] command=/bin/bash /supabase/gotrue/wrapper.sh @@ -37,6 +41,8 @@ autorestart=true user=1000 stderr_logfile=/var/log/auth.err.log stdout_logfile=/var/log/auth.out.log +autostart=false +autorestart=false [program:storage-api] directory=/supabase/storage-api @@ -44,6 +50,8 @@ command=/bin/bash /supabase/storage-api/wrapper.sh 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 @@ -51,6 +59,8 @@ user=root autorestart=true redirect_stderr=true stdout_logfile=auto +autostart=false +autorestart=false [program:chatdesk-ui] @@ -59,3 +69,5 @@ user=root autorestart=true stderr_logfile=/var/log/chatdesk-ui.err.log stdout_logfile=/var/log/chatdesk-ui.out.log +autostart=false +autorestart=false