This commit is contained in:
hailin 2025-05-16 13:38:13 +08:00
parent 51572b171e
commit 19a5cbe6bf
1 changed files with 3 additions and 3 deletions

View File

@ -12,8 +12,8 @@ chmod=0700
serverurl=unix:///var/run/supervisor.sock
[program:postgres]
command=/usr/local/bin/docker-entrypoint.sh postgres -D "/var/lib/postgresql/data" -c config_file=/etc/postgresql/postgresql.conf
user=root
command=/usr/local/bin/docker-entrypoint.sh postgres -D "/etc/postgres"
autorestart=true
startsecs=5
stdout_logfile=/var/log/postgres.out.log
@ -22,7 +22,7 @@ environment=
POSTGRES_USER="supabase_admin",
POSTGRES_PASSWORD="postgres",
POSTGRES_DB="postgres",
PGDATA="/var/lib/postgresql/data"
PGDATA="/etc/postgres"
# [program:kong]
# command=/supabase/kong/docker-entrypoint.sh kong docker-start