diff --git a/supervisord.conf b/supervisord.conf index 83567d9..d6de5ae 100644 --- a/supervisord.conf +++ b/supervisord.conf @@ -4,6 +4,13 @@ logfile=/var/log/supervisord.log loglevel=info pidfile=/tmp/supervisord.pid +[unix_http_server] +file=/var/run/supervisor.sock +chmod=0700 + +[supervisorctl] +serverurl=unix:///var/run/supervisor.sock + [program:postgres] command=/usr/local/bin/docker-entrypoint.sh postgres -D /etc/postgresql autorestart=true