@@ -50,7 +50,7 @@ services:
5050 args :
5151 BASE_IMAGE : ${SITECORE_DOCKER_REGISTRY}sitecore-id:${SITECORE_VERSION}
5252 environment :
53- Sitecore_Sitecore__IdentityServer__Clients__DefaultClient__AllowedCorsOrigins__AllowedCorsOriginsGroup2 : https://${AH_HOST }
53+ Sitecore_Sitecore__IdentityServer__Clients__DefaultClient__AllowedCorsOrigins__AllowedCorsOriginsGroup2 : https://${HRZ_HOST }
5454 cm :
5555 image : ${REGISTRY}${COMPOSE_PROJECT_NAME}-xp0-cm:${VERSION:-latest}
5656 build :
@@ -69,7 +69,7 @@ services:
6969 - ${LOCAL_DATA_PATH}\cm:C:\inetpub\wwwroot\App_Data\logs
7070 environment :
7171 SITECORE_DEVELOPMENT_PATCHES : CustomErrorsOff
72- Sitecore_Horizon_ClientHost : https://${AH_HOST }
72+ Sitecore_Horizon_ClientHost : https://${HRZ_HOST }
7373 entrypoint : powershell -Command "& C:\tools\entrypoints\iis\Development.ps1"
7474
7575 xconnect :
@@ -128,7 +128,7 @@ services:
128128 Sitecore_SitecorePlatform__ContentManagementInternalUrl : http://cm
129129 Sitecore_Sitecore__Authentication__OpenIdConnectOptions__RequireHttpsMetadata : ' false'
130130 Sitecore_Sitecore__Authentication__OpenIdConnectOptions__Authority : https://${ID_HOST}
131- Sitecore_Sitecore__Authentication__OpenIdConnectOptions__CallbackAuthority : https://${AH_HOST }
131+ Sitecore_Sitecore__Authentication__OpenIdConnectOptions__CallbackAuthority : https://${HRZ_HOST }
132132 Sitecore_Sitecore__Authentication__OpenIdConnectOptions__InternalAuthority : http://id
133133 Sitecore_Sitecore__Authentication__BearerAuthenticationOptions__Authority : https://${ID_HOST}
134134 Sitecore_Sitecore__Authentication__BearerAuthenticationOptions__InternalAuthority : http://id
@@ -144,7 +144,7 @@ services:
144144 - " traefik.http.middlewares.force-STS-Header.headers.forceSTSHeader=true"
145145 - " traefik.http.middlewares.force-STS-Header.headers.stsSeconds=31536000"
146146 - " traefik.http.routers.sh-secure.entrypoints=websecure"
147- - " traefik.http.routers.sh-secure.rule=Host(`${AH_HOST }`)"
147+ - " traefik.http.routers.sh-secure.rule=Host(`${HRZ_HOST }`)"
148148 - " traefik.http.routers.sh-secure.tls=true"
149149 - " traefik.http.routers.sh-secure.middlewares=force-STS-Header"
150150 - " traefik.http.services.sh.loadbalancer.server.port=80"
0 commit comments