From 9f8cc3764f059f4712ee35672579bd7e050d5789 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A1lint=20Bokros?= Date: Mon, 4 Dec 2017 21:38:08 +0100 Subject: [PATCH] Make supervisor uncontrollable for now Enabling to stop and start services on a container the user will possibly gain shell access isn't the best idea. --- supervisord.conf | 9 --------- 1 file changed, 9 deletions(-) diff --git a/supervisord.conf b/supervisord.conf index da26747..7934a2d 100644 --- a/supervisord.conf +++ b/supervisord.conf @@ -4,15 +4,6 @@ logfile = /tmp/supervisord.log loglevel = DEBUG pidfile = /tmp/supervisord.pid -[unix_http_server] -file=/tmp/supervisor.sock - -[rpcinterface:supervisor] -supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface - -[supervisorctl] -serverurl=unix:///tmp/supervisor.sock - [program:app] directory=%(ENV_TFW_APP_DIR)s command=env python app.py