Skip to content

Commit

Permalink
chore: update docker uaa port to avoid zscaler conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
drewbo committed Nov 15, 2024
1 parent f448c36 commit deedf28
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker-compose.uaa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
dockerfile: ./Dockerfile-uaa
context: .
ports:
- 9000:8080
- 9001:8080
environment:
POSTGRES_DB: federalist
POSTGRES_PORT: 5432
Expand All @@ -19,4 +19,4 @@ services:
POSTGRES_PASSWORD: password
depends_on:
- db
command: ["/tomcat/bin/catalina.sh", "run"]
command: ["/tomcat/bin/catalina.sh", "run"]
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:
NODE_ENV: development
PORT: 1337
PRODUCT: pages
UAA_HOST: http://localhost:9000
UAA_HOST: http://localhost:9001
UAA_HOST_DOCKER_URL: http://uaa:8080
USER_AUDITOR: federalist
CLOUD_FOUNDRY_API_HOST: https://api.example.com
Expand Down Expand Up @@ -68,7 +68,7 @@ services:
UAA_CLIENT_ID: pages-client
UAA_CLIENT_SECRET: client-secret
UAA_HOST_DOCKER_URL: http://uaa:8080
UAA_LOGIN_HOST: http://localhost:9000
UAA_LOGIN_HOST: http://localhost:9001
admin-client:
build:
dockerfile: ./admin-client/Dockerfile-admin
Expand Down

0 comments on commit deedf28

Please sign in to comment.