Added restart policies and log file paths to enhance application reliability and monitoring

pull/4685/head
rasheed 3 weeks ago
parent b25ac55a2f
commit b82590f644

@ -2,5 +2,8 @@ module.exports = {
apps: [{
name: "uptime-kuma",
script: "./server/server.js",
restart_delay: 3000,
error_file: "./logs/uptime-kuma.err.log",
out_file: "./logs/uptime-kuma.out.log"
}]
};

Loading…
Cancel
Save