From 9a880910425a80b9be486cd59f1490e93f618f70 Mon Sep 17 00:00:00 2001 From: AlanCoding Date: Mon, 13 Feb 2017 17:33:28 -0500 Subject: [PATCH] get supervisorctl to work in dev supervisor env --- tools/docker-compose/supervisor.conf | 8 ++++++++ 1 file changed, 8 insertions(+) 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