web: heatlh check
Local Docker Build (Dev) / build-dev (push) Successful in 5s

This commit is contained in:
2025-10-24 13:26:58 -04:00
parent 7fb07fcddf
commit f6c5ccd2b6
2 changed files with 18 additions and 1 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ services:
nfoguard:
condition: service_healthy
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8081/"]
test: ["CMD", "curl", "-f", "http://localhost:8081/health"]
interval: 30s
timeout: 10s
retries: 3