Skip to content

Commit

Permalink
Merge pull request #46 from bcgsc/bugfix/default-url-host-in-compose-…
Browse files Browse the repository at this point in the history
…dev-for-graphkb-client

Change url host to localhost for both graphkb_client and ipr_client services in docker-compose.dev.yml
  • Loading branch information
mathieulemieux authored Mar 3, 2022
2 parents 77e0087 + ec4af6e commit dfc44f2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ services:
KEYCLOAK_REALM: PORI
KEYCLOAK_CLIENT_ID: GraphKB
# customize settings below
API_BASE_URL: http://graphkb_api:8080
KEYCLOAK_URL: http://keycloak:8888/auth
API_BASE_URL: http://localhost:8080
KEYCLOAK_URL: http://localhost:8888/auth
PUBLIC_PATH: /
ports:
- 5000:80
Expand Down Expand Up @@ -164,9 +164,9 @@ services:
environment:
KEYCLOAK_REALM: PORI
# customize settings below
API_BASE_URL: http://ipr_api:8081/api
GRAPHKB_URL: http://graphkb_client:5000
KEYCLOAK_URL: http://keycloak:8888/auth
API_BASE_URL: http://localhost:8081/api
GRAPHKB_URL: http://localhost:5000
KEYCLOAK_URL: http://localhost:8888/auth
PUBLIC_PATH: /
ports:
- 3000:80
Expand Down

0 comments on commit dfc44f2

Please sign in to comment.