fix(infra): frontend healthcheck on 127.0.0.1, not localhost #525

Merged
marcel merged 1 commits from fix/frontend-healthcheck-ipv4 into main 2026-05-11 18:52:31 +02:00

View File

@@ -224,7 +224,7 @@ services:
networks:
- archiv-net
healthcheck:
test: ["CMD-SHELL", "wget -qO- http://localhost:3000/login >/dev/null 2>&1 || exit 1"]
test: ["CMD-SHELL", "wget -qO- http://127.0.0.1:3000/login >/dev/null 2>&1 || exit 1"]
interval: 15s
timeout: 5s
retries: 10