Skip to content

Commit bd0683f

Browse files
committed
correct healthcheck for dev use
1 parent 04f3fc3 commit bd0683f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eduid/compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ services:
272272
- "LOG_LEVEL=DEBUG"
273273
- "SERVICE_NAME=dashboard"
274274
healthcheck:
275-
test: ["CMD", "curl", "http://localhost/status", "|", "grep", "-q", "STATUS_DOWN", "|", "FAIL"]
275+
test: ["CMD", "curl", "--silent", "http://localhost:8080/status", "|", "grep", "-q", "'STATUS_DOWN|FAIL'"]
276276
interval: 40s
277277
timeout: 30s
278278
retries: 3

0 commit comments

Comments
 (0)