This commit is contained in:
hailin 2025-05-16 19:12:45 +08:00
parent a02a095947
commit c5a4d3dff2
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,7 @@ chmod=0700
serverurl=unix:///var/run/supervisor.sock
[program:postgres]
command=/usr/local/bin/docker-entrypoint.sh postgres -D "/var/lib/postgresql/data"
command=/bin/bash -c "exec /usr/local/bin/docker-entrypoint.sh postgres -D '/var/lib/postgresql/data'"
autorestart=true
startsecs=5
stdout_logfile=/var/log/postgres.out.log
@ -23,6 +23,7 @@ environment=
POSTGRES_DB="postgres",
PGDATA="/var/lib/postgresql/data"
# [program:kong]
# command=/supabase/kong/docker-entrypoint.sh kong docker-start
# autorestart=true