This commit is contained in:
parent
a02a095947
commit
c5a4d3dff2
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue