Update supervisor configuration not to autostart catalina

This commit is contained in:
Jörn Guy Süß 2025-07-16 13:08:04 +10:00
parent 0bb3ba7e82
commit 83ec579214

View File

@ -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