chore(service): format yamtrack healthcheck
This commit is contained in:
@@ -21,8 +21,10 @@ services:
|
|||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test:
|
test:
|
||||||
- CMD-SHELL
|
[
|
||||||
- "wget --no-verbose --tries=1 --spider http://127.0.0.1:8000/health/ || exit 1"
|
"CMD-SHELL",
|
||||||
|
"wget --quiet --tries=1 --spider http://127.0.0.1:8000/health/ || exit 1",
|
||||||
|
]
|
||||||
interval: 5s
|
interval: 5s
|
||||||
timeout: 20s
|
timeout: 20s
|
||||||
retries: 10
|
retries: 10
|
||||||
|
|||||||
Reference in New Issue
Block a user