fix clienturl

This commit is contained in:
holzi1005 2025-02-11 18:47:39 +01:00
parent 9aaca98af6
commit 3799b28188

View file

@ -134,7 +134,7 @@ services:
labels:
- "traefik.enable=true"
- "traefik.http.routers.keycloak-ja.tls=true"
- "traefik.http.routers.keycloak-ja.rule=Host(`${PUBLIC_URL}`) && PathPrefix(`/keycloak`)"
- "traefik.http.routers.keycloak-ja.rule=Host(`<clientUrl>`) && PathPrefix(`/keycloak`)"
- "traefik.http.routers.keycloak-ja.entrypoints=web"
- "traefik.http.services.keycloak-ja.loadbalancer.server.port=8080"
- "traefik.http.routers.keycloak-ja.tls.certresolver=letsencrypt"