fix(docker): repair dev stack after observability merge (actuator port + Node 22) #688

Merged
marcel merged 2 commits from fix/dev-docker-actuator-port-and-node22 into main 2026-05-28 09:12:31 +02:00
Showing only changes of commit c9f5f6d665 - Show all commits

View File

@@ -201,7 +201,7 @@ services:
networks:
- archiv-net
healthcheck:
test: ["CMD-SHELL", "wget -qO- http://localhost:8080/actuator/health | grep -q UP || exit 1"]
test: ["CMD-SHELL", "wget -qO- http://localhost:8081/actuator/health | grep -q UP || exit 1"]
interval: 15s
timeout: 5s
retries: 10