updated actualbudget healthcheck

This commit is contained in:
2026-02-12 12:49:21 +01:00
parent ebf57c0259
commit 7760221cba
+1 -2
View File
@@ -21,8 +21,7 @@ services:
networks:
- traefik-public
healthcheck:
test: ["CMD", "wget", "--spider", "-q", "http://localhost:5006/"]
interval: 30s
test: ["CMD", "node", "-e", "const http = require('http'); http.get('http://localhost:5006/', (r) => { process.exit(r.statusCode === 200 ? 0 : 1) }).on('error', () => process.exit(1))"] interval: 30s
timeout: 5s
retries: 3
start_period: 10s