diff --git a/supervisor/supervisord.conf b/supervisor/supervisord.conf index 9efcd76..6e9e04c 100644 --- a/supervisor/supervisord.conf +++ b/supervisor/supervisord.conf @@ -18,9 +18,5 @@ command=/usr/sbin/nginx -g 'daemon off;' autostart=true autorestart=true -[program:app] -directory=%(ENV_TFW_APP_DIR)s -command=python3 app.py - [include] files=%(ENV_TFW_SUPERVISORD_COMPONENTS)s/*.conf