From 63c65fb600b1616f2570e1b5c7e1ace9ceee531a Mon Sep 17 00:00:00 2001 From: Ivan Domashchenko Date: Tue, 15 Nov 2022 15:50:45 +0800 Subject: [PATCH] Add Sitecore Publishing Service Container Deployment 10.2.0.00631.472 --- compose/publishing/10.2/2009/.env-example | 7 ---- .../10.2/2009/docker-compose.sps.override.yml | 39 ------------------- 2 files changed, 46 deletions(-) delete mode 100644 compose/publishing/10.2/2009/.env-example delete mode 100644 compose/publishing/10.2/2009/docker-compose.sps.override.yml diff --git a/compose/publishing/10.2/2009/.env-example b/compose/publishing/10.2/2009/.env-example deleted file mode 100644 index 99c1ccf..0000000 --- a/compose/publishing/10.2/2009/.env-example +++ /dev/null @@ -1,7 +0,0 @@ -#Add the following environment variables to the Sitecore Platform .env file - -#The version tag for the CM and CD patched images -VERSION= - -#Sitecore Platform topology to deploy -TOPOLOGY= \ No newline at end of file diff --git a/compose/publishing/10.2/2009/docker-compose.sps.override.yml b/compose/publishing/10.2/2009/docker-compose.sps.override.yml deleted file mode 100644 index 9a0fd6b..0000000 --- a/compose/publishing/10.2/2009/docker-compose.sps.override.yml +++ /dev/null @@ -1,39 +0,0 @@ -services: - cm: - image: sitecore-sps-integration-${TOPOLOGY}-cm:${VERSION} - environment: - Sitecore_Publishing_Service_Url: "http://sps/" - cd: - image: sitecore-sps-integration-${TOPOLOGY}-cd:${VERSION} - mssql-init: - image: sitecore-sps-integration-${TOPOLOGY}-mssql-init:${VERSION} - sps-mssql-init: - isolation: ${ISOLATION} - image: ${SITECORE_DOCKER_REGISTRY}modules/sitecore-sps:6.0-2009 - environment: - SITECORE_License: ${SITECORE_LICENSE} - SITECORE_Publishing__ConnectionStrings__Core: Data Source=${SQL_SERVER};Initial Catalog=Sitecore.Core;User ID=${SQL_SA_LOGIN};Password=${SQL_SA_PASSWORD};MultipleActiveResultSets=True - SITECORE_Publishing__ConnectionStrings__Master: Data Source=${SQL_SERVER};Initial Catalog=Sitecore.Master;User ID=${SQL_SA_LOGIN};Password=${SQL_SA_PASSWORD};MultipleActiveResultSets=True - SITECORE_Publishing__ConnectionStrings__Service: Data Source=${SQL_SERVER};Initial Catalog=Sitecore.Master;User ID=${SQL_SA_LOGIN};Password=${SQL_SA_PASSWORD};MultipleActiveResultSets=True - SITECORE_Publishing__ConnectionStrings__Web: Data Source=${SQL_SERVER};Initial Catalog=Sitecore.Web;User ID=${SQL_SA_LOGIN};Password=${SQL_SA_PASSWORD};MultipleActiveResultSets=True - command: schema upgrade --force - depends_on: - mssql-init: - condition: service_healthy - sps: - isolation: ${ISOLATION} - image: ${SITECORE_DOCKER_REGISTRY}modules/sitecore-sps:6.0-2009 - environment: - ASPNETCORE_URLS: "http://*:80" - SITECORE_License: ${SITECORE_LICENSE} - SITECORE_Publishing__ConnectionStrings__Core: Data Source=${SQL_SERVER};Initial Catalog=Sitecore.Core;User ID=${SQL_SA_LOGIN};Password=${SQL_SA_PASSWORD};MultipleActiveResultSets=True - SITECORE_Publishing__ConnectionStrings__Master: Data Source=${SQL_SERVER};Initial Catalog=Sitecore.Master;User ID=${SQL_SA_LOGIN};Password=${SQL_SA_PASSWORD};MultipleActiveResultSets=True - SITECORE_Publishing__ConnectionStrings__Service: Data Source=${SQL_SERVER};Initial Catalog=Sitecore.Master;User ID=${SQL_SA_LOGIN};Password=${SQL_SA_PASSWORD};MultipleActiveResultSets=True - SITECORE_Publishing__ConnectionStrings__Web: Data Source=${SQL_SERVER};Initial Catalog=Sitecore.Web;User ID=${SQL_SA_LOGIN};Password=${SQL_SA_PASSWORD};MultipleActiveResultSets=True - ports: - - "80" - depends_on: - - sps-mssql-init - healthcheck: - test: ["CMD", "curl", "-f", "http://localhost/healthz/live"] - timeout: 300s \ No newline at end of file