fixed grafana health check

This commit is contained in:
2026-06-05 00:43:12 -07:00
parent 51b330586f
commit 60db8be1f2
+1 -1
View File
@@ -101,7 +101,7 @@ services:
networks: networks:
- monitor_network - monitor_network
healthcheck: healthcheck:
test: ["CMD-SHELL", "wget --no-verbose --tries=1 --spider http://localhost:3000/api/health || exit 1"] test: ["CMD-SHELL", "wget --no-verbose --tries=1 --spider http://127.0.0.1:3000/api/health || exit 1"]
interval: 15s interval: 15s
timeout: 5s timeout: 5s
retries: 5 retries: 5