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