This commit is contained in:
hailin 2025-05-17 23:39:29 +08:00
parent f239d45150
commit 0fc5ef2949
1 changed files with 3 additions and 2 deletions

View File

@ -34,6 +34,7 @@ environment=PGRST_DB_URI="postgres://postgres:postgres@localhost:5432/postgres",
[program:auth]
command=/bin/bash /supabase/gotrue/wrapper.sh
autorestart=true
user=1000
stderr_logfile=/var/log/auth.err.log
stdout_logfile=/var/log/auth.out.log
@ -48,8 +49,8 @@ stdout_logfile=/var/log/storage-api.out.log
command=/bin/bash /supabase/kong/wrapper.sh
user=kong
autorestart=true
stdout_logfile=/var/log/kong.out.log
stderr_logfile=/var/log/kong.err.log
redirect_stderr=true
stdout_logfile=/dev/stdout