diff --git a/tools/docker-compose/supervisor.conf b/tools/docker-compose/supervisor.conf index f33066e627..aab7d8aeb7 100644 --- a/tools/docker-compose/supervisor.conf +++ b/tools/docker-compose/supervisor.conf @@ -71,3 +71,11 @@ stdout_logfile_maxbytes=0 programs=celeryd,receiver,runworker,uwsgi,daphne,factcacher,nginx,flower priority=5 +[unix_http_server] +file=/tmp/supervisor.sock + +[supervisorctl] +serverurl=unix:///tmp/supervisor.sock ; use a unix:// URL for a unix socket + +[rpcinterface:supervisor] +supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface