chore(service): format yamtrack healthcheck

This commit is contained in:
peaklabs-dev
2025-05-19 22:30:01 +02:00
parent 65d64dcbad
commit a337d4b4f8

View File

@@ -21,8 +21,10 @@ services:
condition: service_healthy
healthcheck:
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
timeout: 20s
retries: 10