🩹 fix(docker): correct contacts-backend health check path

This commit is contained in:
Till-JS 2026-01-26 10:54:14 +01:00
parent 0cd2bc858a
commit d49ff9a91e

View file

@ -376,7 +376,7 @@ services:
ports:
- "3015:3015"
healthcheck:
test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://127.0.0.1:3015/api/v1/health"]
test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://127.0.0.1:3015/health"]
interval: 30s
timeout: 10s
retries: 3