Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
switch to port 8087 for tk service in docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvatt committed Aug 30, 2024
1 parent cc9eeff commit 4be61ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config-local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ postgres:
max_open_connections: 5
max_idle_connections: 3
teams_catalogue:
api_url: http://localhost:8085
api_url: http://localhost:8087
treatment_catalogue:
api_url: https://polly.intern.dev.nav.no/process
purpose_url: https://behandlingskatalog.intern.dev.nav.no/process/purpose
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ services:
volumes:
- ${PWD}/resources/teamkatalogen:/opt/teamkatalogen
ports:
- "8085:8080"
- "8087:8080"
networks:
- metanet1
command:
Expand Down
2 changes: 1 addition & 1 deletion resources/teamkatalogen/fake-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"nada"
],
"links": {
"ui": "http://localhost:8085/team/478F5B20-8831-4F75-B231-737FE97A7C18"
"ui": "http://localhost:8087/team/478F5B20-8831-4F75-B231-737FE97A7C18"
},
"productAreaId": "CF18A061-8291-400F-8AF6-4381403878C6"
}
Expand Down

0 comments on commit 4be61ce

Please sign in to comment.