This commit is contained in:
hailin 2025-05-19 09:59:25 +08:00
parent 2409fb548b
commit d8acc40b1e
1 changed files with 31 additions and 31 deletions

View File

@ -23,39 +23,39 @@ stdout_logfile=/var/log/postgres.out.log
stderr_logfile=/var/log/postgres.err.log stderr_logfile=/var/log/postgres.err.log
environment=POSTGRES_PASSWORD="postgres" environment=POSTGRES_PASSWORD="postgres"
[program:postgrest] # [program:postgrest]
command=/bin/bash /supabase/postgrest/wrapper.sh # command=/bin/bash /supabase/postgrest/wrapper.sh
autorestart=true # autorestart=true
user=root # user=root
stderr_logfile=/var/log/postgrest.err.log # stderr_logfile=/var/log/postgrest.err.log
stdout_logfile=/var/log/postgrest.out.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" # 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"
[program:auth] # [program:auth]
command=/bin/bash /supabase/gotrue/wrapper.sh # command=/bin/bash /supabase/gotrue/wrapper.sh
autorestart=true # autorestart=true
user=1000 # user=1000
stderr_logfile=/var/log/auth.err.log # stderr_logfile=/var/log/auth.err.log
stdout_logfile=/var/log/auth.out.log # stdout_logfile=/var/log/auth.out.log
[program:storage-api] # [program:storage-api]
directory=/supabase/storage-api # directory=/supabase/storage-api
command=/bin/bash /supabase/storage-api/wrapper.sh # command=/bin/bash /supabase/storage-api/wrapper.sh
autorestart=true # autorestart=true
stderr_logfile=/var/log/storage-api.err.log # stderr_logfile=/var/log/storage-api.err.log
stdout_logfile=/var/log/storage-api.out.log # stdout_logfile=/var/log/storage-api.out.log
[program:kong] # [program:kong]
command=/bin/bash /supabase/kong/wrapper.sh # command=/bin/bash /supabase/kong/wrapper.sh
user=root # user=root
autorestart=true # autorestart=true
redirect_stderr=true # redirect_stderr=true
stdout_logfile=auto # stdout_logfile=auto
[program:chatdesk-ui] # [program:chatdesk-ui]
command=/bin/bash /supabase/chatdesk-ui/wrapper.sh # command=/bin/bash /supabase/chatdesk-ui/wrapper.sh
user=root # user=root
autorestart=true # autorestart=true
stderr_logfile=/var/log/chatdesk-ui.err.log # stderr_logfile=/var/log/chatdesk-ui.err.log
stdout_logfile=/var/log/chatdesk-ui.out.log # stdout_logfile=/var/log/chatdesk-ui.out.log