File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,10 @@ x-labels: &k8s-labels
5
5
6
6
services :
7
7
csd-platform :
8
- environment :
9
- - PublicUri=${PUBLIC_URI}
10
8
image : ccdcrepository.azurecr.io/onsite/ccdc-web-platform:4.0.0
11
9
restart : unless-stopped
12
10
ports :
13
- - ${WEBCSD_PORT }:8443
11
+ - ${PLATFORM_PORT }:8443
14
12
labels :
15
13
<< : *k8s-labels
16
14
kompose.service.type : LoadBalancer
Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ CSD_DB_CONNECTIONSTRING=Server=database-server;Port=5432;Database=csd-database;U
8
8
IDENTITY_DB_CONNECTIONSTRING = Server=database-server;Port=5432;Database=csd-identity;User Id=postgres;Password=passwordhere
9
9
10
10
# You don't need to change this unless you want to run on a different port
11
- WEBCSD_PORT = 443
11
+ PLATFORM_PORT = 443
12
12
13
13
PUBLIC_URI = https://csd-software.local
You can’t perform that action at this time.
0 commit comments