From 83ec579214f52ce0ca63cffb950944acef08cc8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Guy=20S=C3=BC=C3=9F?= Date: Wed, 16 Jul 2025 13:08:04 +1000 Subject: [PATCH] Update supervisor configuration not to autostart catalina --- supervisord.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/supervisord.conf b/supervisord.conf index 10b724c..cdf08db 100644 --- a/supervisord.conf +++ b/supervisord.conf @@ -24,8 +24,8 @@ stderr_logfile_backups=5 command=/usr/local/tomcat/bin/catalina.sh run directory=/usr/local/tomcat environment=SPRING_CONFIG_LOCATION="file:/usr/local/tomcat/conf/application.yaml",NODE_PATH="/usr/lib/node_modules" -autostart=true -autorestart=true +autostart=false +autorestart=false startsecs=30 stopwaitsecs=30 stdout_logfile=/app/logs/tomcat.log