diff --git a/examples/helix-basic-aspnetcore/docker-compose.yml b/examples/helix-basic-aspnetcore/docker-compose.yml index 552cc17a..546aab45 100644 --- a/examples/helix-basic-aspnetcore/docker-compose.yml +++ b/examples/helix-basic-aspnetcore/docker-compose.yml @@ -74,7 +74,6 @@ services: Sitecore_Sitecore__IdentityServer__CertificateRawData: ${SITECORE_ID_CERTIFICATE} Sitecore_Sitecore__IdentityServer__PublicOrigin: https://${ID_HOST} Sitecore_Sitecore__IdentityServer__CertificateRawDataPassword: ${SITECORE_ID_CERTIFICATE_PASSWORD} - Sitecore_License: ${SITECORE_LICENSE} healthcheck: test: ["CMD", "powershell", "-command", "C:/Healthchecks/Healthcheck.ps1"] timeout: 300s @@ -103,7 +102,6 @@ services: Sitecore_ConnectionStrings_ExperienceForms: Data Source=mssql;Initial Catalog=Sitecore.ExperienceForms;User ID=sa;Password=${SQL_SA_PASSWORD} Sitecore_ConnectionStrings_Solr.Search: http://solr:8983/solr;solrCloud=true Sitecore_ConnectionStrings_Redis.Sessions: redis:6379,ssl=False,abortConnect=False - Sitecore_License: ${SITECORE_LICENSE} SOLR_CORE_PREFIX_NAME: ${SOLR_CORE_PREFIX_NAME} MEDIA_REQUEST_PROTECTION_SHARED_SECRET: ${MEDIA_REQUEST_PROTECTION_SHARED_SECRET} healthcheck: @@ -136,7 +134,6 @@ services: Sitecore_AppSettings_Telerik.AsyncUpload.ConfigurationEncryptionKey: ${TELERIK_ENCRYPTION_KEY} Sitecore_AppSettings_Telerik.Upload.ConfigurationHashKey: ${TELERIK_ENCRYPTION_KEY} Sitecore_AppSettings_Telerik.Web.UI.DialogParametersEncryptionKey: ${TELERIK_ENCRYPTION_KEY} - Sitecore_License: ${SITECORE_LICENSE} Sitecore_Identity_Server_Authority: https://${ID_HOST} Sitecore_Identity_Server_InternalAuthority: http://id Sitecore_Identity_Server_CallbackAuthority: https://${CM_HOST} diff --git a/examples/helix-basic-nextjs/docker-compose.yml b/examples/helix-basic-nextjs/docker-compose.yml index fa2dfb10..67958292 100644 --- a/examples/helix-basic-nextjs/docker-compose.yml +++ b/examples/helix-basic-nextjs/docker-compose.yml @@ -74,7 +74,6 @@ services: Sitecore_Sitecore__IdentityServer__CertificateRawData: ${SITECORE_ID_CERTIFICATE} Sitecore_Sitecore__IdentityServer__PublicOrigin: https://${ID_HOST} Sitecore_Sitecore__IdentityServer__CertificateRawDataPassword: ${SITECORE_ID_CERTIFICATE_PASSWORD} - Sitecore_License: ${SITECORE_LICENSE} healthcheck: test: ["CMD", "powershell", "-command", "C:/Healthchecks/Healthcheck.ps1"] timeout: 300s @@ -103,7 +102,6 @@ services: Sitecore_ConnectionStrings_ExperienceForms: Data Source=mssql;Initial Catalog=Sitecore.ExperienceForms;User ID=sa;Password=${SQL_SA_PASSWORD} Sitecore_ConnectionStrings_Solr.Search: http://solr:8983/solr;solrCloud=true Sitecore_ConnectionStrings_Redis.Sessions: redis:6379,ssl=False,abortConnect=False - Sitecore_License: ${SITECORE_LICENSE} SOLR_CORE_PREFIX_NAME: ${SOLR_CORE_PREFIX_NAME} MEDIA_REQUEST_PROTECTION_SHARED_SECRET: ${MEDIA_REQUEST_PROTECTION_SHARED_SECRET} healthcheck: @@ -136,7 +134,6 @@ services: Sitecore_AppSettings_Telerik.AsyncUpload.ConfigurationEncryptionKey: ${TELERIK_ENCRYPTION_KEY} Sitecore_AppSettings_Telerik.Upload.ConfigurationHashKey: ${TELERIK_ENCRYPTION_KEY} Sitecore_AppSettings_Telerik.Web.UI.DialogParametersEncryptionKey: ${TELERIK_ENCRYPTION_KEY} - Sitecore_License: ${SITECORE_LICENSE} Sitecore_Identity_Server_Authority: https://${ID_HOST} Sitecore_Identity_Server_InternalAuthority: http://id Sitecore_Identity_Server_CallbackAuthority: https://${CM_HOST} diff --git a/examples/helix-basic-tds-consolidated/docker-compose.yml b/examples/helix-basic-tds-consolidated/docker-compose.yml index 9ae077a8..ed96315e 100644 --- a/examples/helix-basic-tds-consolidated/docker-compose.yml +++ b/examples/helix-basic-tds-consolidated/docker-compose.yml @@ -74,7 +74,6 @@ services: Sitecore_Sitecore__IdentityServer__CertificateRawData: ${SITECORE_ID_CERTIFICATE} Sitecore_Sitecore__IdentityServer__PublicOrigin: https://${ID_HOST} Sitecore_Sitecore__IdentityServer__CertificateRawDataPassword: ${SITECORE_ID_CERTIFICATE_PASSWORD} - Sitecore_License: ${SITECORE_LICENSE} healthcheck: test: ["CMD", "powershell", "-command", "C:/Healthchecks/Healthcheck.ps1"] timeout: 300s @@ -103,7 +102,6 @@ services: Sitecore_ConnectionStrings_ExperienceForms: Data Source=mssql;Initial Catalog=Sitecore.ExperienceForms;User ID=sa;Password=${SQL_SA_PASSWORD} Sitecore_ConnectionStrings_Solr.Search: http://solr:8983/solr;solrCloud=true Sitecore_ConnectionStrings_Redis.Sessions: redis:6379,ssl=False,abortConnect=False - Sitecore_License: ${SITECORE_LICENSE} SOLR_CORE_PREFIX_NAME: ${SOLR_CORE_PREFIX_NAME} MEDIA_REQUEST_PROTECTION_SHARED_SECRET: ${MEDIA_REQUEST_PROTECTION_SHARED_SECRET} healthcheck: @@ -136,7 +134,6 @@ services: Sitecore_AppSettings_Telerik.AsyncUpload.ConfigurationEncryptionKey: ${TELERIK_ENCRYPTION_KEY} Sitecore_AppSettings_Telerik.Upload.ConfigurationHashKey: ${TELERIK_ENCRYPTION_KEY} Sitecore_AppSettings_Telerik.Web.UI.DialogParametersEncryptionKey: ${TELERIK_ENCRYPTION_KEY} - Sitecore_License: ${SITECORE_LICENSE} Sitecore_Identity_Server_Authority: https://${ID_HOST} Sitecore_Identity_Server_InternalAuthority: http://id Sitecore_Identity_Server_CallbackAuthority: https://${CM_HOST} diff --git a/examples/helix-basic-tds/docker-compose.yml b/examples/helix-basic-tds/docker-compose.yml index 9ae077a8..ed96315e 100644 --- a/examples/helix-basic-tds/docker-compose.yml +++ b/examples/helix-basic-tds/docker-compose.yml @@ -74,7 +74,6 @@ services: Sitecore_Sitecore__IdentityServer__CertificateRawData: ${SITECORE_ID_CERTIFICATE} Sitecore_Sitecore__IdentityServer__PublicOrigin: https://${ID_HOST} Sitecore_Sitecore__IdentityServer__CertificateRawDataPassword: ${SITECORE_ID_CERTIFICATE_PASSWORD} - Sitecore_License: ${SITECORE_LICENSE} healthcheck: test: ["CMD", "powershell", "-command", "C:/Healthchecks/Healthcheck.ps1"] timeout: 300s @@ -103,7 +102,6 @@ services: Sitecore_ConnectionStrings_ExperienceForms: Data Source=mssql;Initial Catalog=Sitecore.ExperienceForms;User ID=sa;Password=${SQL_SA_PASSWORD} Sitecore_ConnectionStrings_Solr.Search: http://solr:8983/solr;solrCloud=true Sitecore_ConnectionStrings_Redis.Sessions: redis:6379,ssl=False,abortConnect=False - Sitecore_License: ${SITECORE_LICENSE} SOLR_CORE_PREFIX_NAME: ${SOLR_CORE_PREFIX_NAME} MEDIA_REQUEST_PROTECTION_SHARED_SECRET: ${MEDIA_REQUEST_PROTECTION_SHARED_SECRET} healthcheck: @@ -136,7 +134,6 @@ services: Sitecore_AppSettings_Telerik.AsyncUpload.ConfigurationEncryptionKey: ${TELERIK_ENCRYPTION_KEY} Sitecore_AppSettings_Telerik.Upload.ConfigurationHashKey: ${TELERIK_ENCRYPTION_KEY} Sitecore_AppSettings_Telerik.Web.UI.DialogParametersEncryptionKey: ${TELERIK_ENCRYPTION_KEY} - Sitecore_License: ${SITECORE_LICENSE} Sitecore_Identity_Server_Authority: https://${ID_HOST} Sitecore_Identity_Server_InternalAuthority: http://id Sitecore_Identity_Server_CallbackAuthority: https://${CM_HOST} diff --git a/examples/helix-basic-unicorn/docker-compose.yml b/examples/helix-basic-unicorn/docker-compose.yml index 9ae077a8..ed96315e 100644 --- a/examples/helix-basic-unicorn/docker-compose.yml +++ b/examples/helix-basic-unicorn/docker-compose.yml @@ -74,7 +74,6 @@ services: Sitecore_Sitecore__IdentityServer__CertificateRawData: ${SITECORE_ID_CERTIFICATE} Sitecore_Sitecore__IdentityServer__PublicOrigin: https://${ID_HOST} Sitecore_Sitecore__IdentityServer__CertificateRawDataPassword: ${SITECORE_ID_CERTIFICATE_PASSWORD} - Sitecore_License: ${SITECORE_LICENSE} healthcheck: test: ["CMD", "powershell", "-command", "C:/Healthchecks/Healthcheck.ps1"] timeout: 300s @@ -103,7 +102,6 @@ services: Sitecore_ConnectionStrings_ExperienceForms: Data Source=mssql;Initial Catalog=Sitecore.ExperienceForms;User ID=sa;Password=${SQL_SA_PASSWORD} Sitecore_ConnectionStrings_Solr.Search: http://solr:8983/solr;solrCloud=true Sitecore_ConnectionStrings_Redis.Sessions: redis:6379,ssl=False,abortConnect=False - Sitecore_License: ${SITECORE_LICENSE} SOLR_CORE_PREFIX_NAME: ${SOLR_CORE_PREFIX_NAME} MEDIA_REQUEST_PROTECTION_SHARED_SECRET: ${MEDIA_REQUEST_PROTECTION_SHARED_SECRET} healthcheck: @@ -136,7 +134,6 @@ services: Sitecore_AppSettings_Telerik.AsyncUpload.ConfigurationEncryptionKey: ${TELERIK_ENCRYPTION_KEY} Sitecore_AppSettings_Telerik.Upload.ConfigurationHashKey: ${TELERIK_ENCRYPTION_KEY} Sitecore_AppSettings_Telerik.Web.UI.DialogParametersEncryptionKey: ${TELERIK_ENCRYPTION_KEY} - Sitecore_License: ${SITECORE_LICENSE} Sitecore_Identity_Server_Authority: https://${ID_HOST} Sitecore_Identity_Server_InternalAuthority: http://id Sitecore_Identity_Server_CallbackAuthority: https://${CM_HOST}