From 89ebf5344bebc7977e2584d88541e236bb3a263a Mon Sep 17 00:00:00 2001 From: Thomas Pleasance Date: Thu, 14 Mar 2024 08:13:16 +0000 Subject: [PATCH] PLA-633 Renamed WEBCSD_PORT to PLATFORM_PORT --- docker-compose.yml | 4 +--- sample.env | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 3e927c7..92adf59 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,12 +5,10 @@ x-labels: &k8s-labels services: csd-platform: - environment: - - PublicUri=${PUBLIC_URI} image: ccdcrepository.azurecr.io/onsite/ccdc-web-platform:4.0.0 restart: unless-stopped ports: - - ${WEBCSD_PORT}:8443 + - ${PLATFORM_PORT}:8443 labels: <<: *k8s-labels kompose.service.type: LoadBalancer diff --git a/sample.env b/sample.env index eee3d96..1d7869a 100644 --- a/sample.env +++ b/sample.env @@ -8,6 +8,6 @@ CSD_DB_CONNECTIONSTRING=Server=database-server;Port=5432;Database=csd-database;U IDENTITY_DB_CONNECTIONSTRING=Server=database-server;Port=5432;Database=csd-identity;User Id=postgres;Password=passwordhere #You don't need to change this unless you want to run on a different port -WEBCSD_PORT=443 +PLATFORM_PORT=443 PUBLIC_URI=https://csd-software.local \ No newline at end of file