Skip to content

Commit

Permalink
PLA-633 Renamed WEBCSD_PORT to PLATFORM_PORT
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspleasance committed Mar 14, 2024
1 parent 7489851 commit 89ebf53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion sample.env
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 89ebf53

Please sign in to comment.