Skip to content

Commit

Permalink
Change url host to localhost for ipr_client service
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieulemieux committed Mar 3, 2022
1 parent 0dc6ab8 commit ec4af6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
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 ec4af6e

Please sign in to comment.