diff --git a/docker-compose.yml b/docker-compose.yml index 0b92973..b378725 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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"