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

This commit is contained in:
Постнов Андрей 2025-04-25 08:21:39 +00:00
parent 8c6f960252
commit d4cbeb0015

View File

@ -20,7 +20,7 @@ services:
JAVA_TOOL_OPTIONS: "-XX:MaxRAMPercentage=90"
labels:
- "traefik.http.routers.expertisa-${BRANCH}.rule=HostRegexp(`${BRANCH}\\..+`)"
- "traefik.http.routers.expertisa-${BRANCH}.rule=HostRegexp(`(?i)${BRANCH}\\..+`)"
- "traefik.http.routers.expertisa-${BRANCH}.tls=true"
- "traefik.http.services.expertisa-${BRANCH}.loadbalancer.healthcheck.path=/health/readiness"
- "traefik.http.services.expertisa-${BRANCH}.loadbalancer.healthcheck.interval=5s"