From 998dec588d227c8623a70d2b556fdbde4abee80c Mon Sep 17 00:00:00 2001 From: Ivan Domashchenko Date: Tue, 15 Nov 2022 12:21:59 +0800 Subject: [PATCH] Add Sitecore Publishing Service Container Deployment 10.1.0.00585.318 --- compose/publishing/10.1/2009/.env-example | 7 ---- .../10.1/2009/docker-compose.sps.override.yml | 36 ------------------- 2 files changed, 43 deletions(-) delete mode 100644 compose/publishing/10.1/2009/.env-example delete mode 100644 compose/publishing/10.1/2009/docker-compose.sps.override.yml diff --git a/compose/publishing/10.1/2009/.env-example b/compose/publishing/10.1/2009/.env-example deleted file mode 100644 index 99c1ccf..0000000 --- a/compose/publishing/10.1/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.1/2009/docker-compose.sps.override.yml b/compose/publishing/10.1/2009/docker-compose.sps.override.yml deleted file mode 100644 index a9f4f4a..0000000 --- a/compose/publishing/10.1/2009/docker-compose.sps.override.yml +++ /dev/null @@ -1,36 +0,0 @@ -version: "2.4" -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: - image: sitecore-sps-integration-${TOPOLOGY}-mssql:${VERSION} - sps-mssql-init: - isolation: ${ISOLATION} - image: ${SITECORE_DOCKER_REGISTRY}modules/sitecore-sps:5.0-2009 - environment: - SITECORE_Sitecore:Publishing:ConnectionStrings:Core: Data Source=mssql;Initial Catalog=Sitecore.Core;User ID=sa;Password=${SQL_SA_PASSWORD};MultipleActiveResultSets=True - SITECORE_Sitecore:Publishing:ConnectionStrings:Master: Data Source=mssql;Initial Catalog=Sitecore.Master;User ID=sa;Password=${SQL_SA_PASSWORD};MultipleActiveResultSets=True - SITECORE_Sitecore:Publishing:ConnectionStrings:Web: Data Source=mssql;Initial Catalog=Sitecore.Web;User ID=sa;Password=${SQL_SA_PASSWORD};MultipleActiveResultSets=True - command: schema upgrade --force - depends_on: - mssql: - condition: service_healthy - sps: - isolation: ${ISOLATION} - image: ${SITECORE_DOCKER_REGISTRY}modules/sitecore-sps:5.0-2009 - environment: - ASPNETCORE_URLS: "http://*:80" - SITECORE_Sitecore:Publishing:ConnectionStrings:Core: Data Source=mssql;Initial Catalog=Sitecore.Core;User ID=sa;Password=${SQL_SA_PASSWORD};MultipleActiveResultSets=True - SITECORE_Sitecore:Publishing:ConnectionStrings:Master: Data Source=mssql;Initial Catalog=Sitecore.Master;User ID=sa;Password=${SQL_SA_PASSWORD};MultipleActiveResultSets=True - SITECORE_Sitecore:Publishing:ConnectionStrings:Web: Data Source=mssql;Initial Catalog=Sitecore.Web;User ID=sa;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