From f195a447071b3bcf89e78e49511187da374d816f Mon Sep 17 00:00:00 2001 From: Ami Date: Tue, 21 Apr 2026 11:01:52 +0700 Subject: [PATCH] fix: remove env var substitution in supervisord.conf (supervisord doesn't support it) --- supervisord.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/supervisord.conf b/supervisord.conf index b61393d..f559fa6 100644 --- a/supervisord.conf +++ b/supervisord.conf @@ -46,8 +46,8 @@ priority=300 [program:scanner] command=python -m src.worker directory=/app -autostart=${ENABLE_SCANNER:-false} -autorestart=true +autostart=false +autorestart=false stdout_logfile=/dev/stdout stdout_logfile_maxbytes=0 stderr_logfile=/dev/stderr