Skip to content

Commit 89ebf53

Browse files
PLA-633 Renamed WEBCSD_PORT to PLATFORM_PORT
1 parent 7489851 commit 89ebf53

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

docker-compose.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@ x-labels: &k8s-labels
55

66
services:
77
csd-platform:
8-
environment:
9-
- PublicUri=${PUBLIC_URI}
108
image: ccdcrepository.azurecr.io/onsite/ccdc-web-platform:4.0.0
119
restart: unless-stopped
1210
ports:
13-
- ${WEBCSD_PORT}:8443
11+
- ${PLATFORM_PORT}:8443
1412
labels:
1513
<<: *k8s-labels
1614
kompose.service.type: LoadBalancer

sample.env

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ CSD_DB_CONNECTIONSTRING=Server=database-server;Port=5432;Database=csd-database;U
88
IDENTITY_DB_CONNECTIONSTRING=Server=database-server;Port=5432;Database=csd-identity;User Id=postgres;Password=passwordhere
99

1010
#You don't need to change this unless you want to run on a different port
11-
WEBCSD_PORT=443
11+
PLATFORM_PORT=443
1212

1313
PUBLIC_URI=https://csd-software.local

0 commit comments

Comments
 (0)