fix remaining healthchecks
This commit is contained in:
@@ -56,11 +56,8 @@ services:
|
||||
healthcheck:
|
||||
test:
|
||||
[
|
||||
"CMD",
|
||||
"wget",
|
||||
"--no-verbose",
|
||||
"--spider",
|
||||
"http://localhost:2342/api/v1/status",
|
||||
"CMD-SHELL",
|
||||
"wget -qO- http://localhost:2342/api/v1/status | grep operational || exit 1",
|
||||
]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
|
||||
Reference in New Issue
Block a user