This commit is contained in:
parent
a02a095947
commit
c5a4d3dff2
|
|
@ -12,7 +12,7 @@ chmod=0700
|
||||||
serverurl=unix:///var/run/supervisor.sock
|
serverurl=unix:///var/run/supervisor.sock
|
||||||
|
|
||||||
[program:postgres]
|
[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
|
autorestart=true
|
||||||
startsecs=5
|
startsecs=5
|
||||||
stdout_logfile=/var/log/postgres.out.log
|
stdout_logfile=/var/log/postgres.out.log
|
||||||
|
|
@ -23,6 +23,7 @@ environment=
|
||||||
POSTGRES_DB="postgres",
|
POSTGRES_DB="postgres",
|
||||||
PGDATA="/var/lib/postgresql/data"
|
PGDATA="/var/lib/postgresql/data"
|
||||||
|
|
||||||
|
|
||||||
# [program:kong]
|
# [program:kong]
|
||||||
# command=/supabase/kong/docker-entrypoint.sh kong docker-start
|
# command=/supabase/kong/docker-entrypoint.sh kong docker-start
|
||||||
# autorestart=true
|
# autorestart=true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue