Поменял healthcheck эндпоинт.

This commit is contained in:
Постнов Андрей 2024-08-21 13:58:23 +03:00
parent 74482bf77d
commit 49e7b7302c

View File

@ -13,7 +13,7 @@ services:
labels:
- "traefik.http.routers.expertisa-master.rule=HostRegexp(`master\\..+`)"
- "traefik.http.routers.expertisa-master.tls=true"
- "traefik.http.services.expertisa-master.loadbalancer.healthcheck.path=/actuator/health"
- "traefik.http.services.expertisa-master.loadbalancer.healthcheck.path=/health"
- "traefik.http.services.expertisa-master.loadbalancer.healthcheck.interval=5s"
network_mode: bridge