Skip to content

Commit

Permalink
Make sure keycloak port bind is bound to 8080 inside container (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickclyde authored Nov 25, 2024
1 parent 5db89a8 commit dc72a08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion query-connector/.env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ DATABASE_URL=postgresql://postgres@localhost:5432/tefca_db
AUTH_SECRET="ido5D/uybeAB3AmMQwn+ubw2zYC4t2h7RJlW2R79598="
AUTH_KEYCLOAK_ID=query-connector
AUTH_KEYCLOAK_SECRET=ZG3f7R1J3qIwBaw8QtttJnJMinpERQKs
AUTH_KEYCLOAK_ISSUER=http://localhost:8080/realms/master
AUTH_KEYCLOAK_ISSUER=http://localhost:8081/realms/master
ERSD_API_KEY=
UMLS_API_KEY=
2 changes: 1 addition & 1 deletion query-connector/docker-compose-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ services:
keycloak:
image: quay.io/keycloak/keycloak:26.0.2
ports:
- 8081:8081
- 8081:8080
volumes:
- ./keycloak:/opt/keycloak/data/import
restart: always
Expand Down

0 comments on commit dc72a08

Please sign in to comment.