Обновить docker-compose.yml

This commit is contained in:
Постнов Андрей 2025-04-25 08:21:53 +00:00
parent b9fc8dfa1a
commit e46ec5c144

View File

@ -13,7 +13,7 @@ services:
target: /data/application.yaml
labels:
- "traefik.http.routers.expertisa-master.rule=HostRegexp(`master\\..+`)"
- "traefik.http.routers.expertisa-master.rule=HostRegexp(`(?i)master\\..+`)"
- "traefik.http.routers.expertisa-master.tls=true"
- "traefik.http.services.expertisa-master.loadbalancer.healthcheck.path=/health/readiness"
- "traefik.http.services.expertisa-master.loadbalancer.healthcheck.interval=5s"