This commit is contained in:
parent
2d65d71673
commit
ecd9ac180b
|
|
@ -4,6 +4,13 @@ logfile=/var/log/supervisord.log
|
||||||
loglevel=info
|
loglevel=info
|
||||||
pidfile=/tmp/supervisord.pid
|
pidfile=/tmp/supervisord.pid
|
||||||
|
|
||||||
|
[unix_http_server]
|
||||||
|
file=/var/run/supervisor.sock
|
||||||
|
chmod=0700
|
||||||
|
|
||||||
|
[supervisorctl]
|
||||||
|
serverurl=unix:///var/run/supervisor.sock
|
||||||
|
|
||||||
[program:postgres]
|
[program:postgres]
|
||||||
command=/usr/local/bin/docker-entrypoint.sh postgres -D /etc/postgresql
|
command=/usr/local/bin/docker-entrypoint.sh postgres -D /etc/postgresql
|
||||||
autorestart=true
|
autorestart=true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue