Skip to content

Commit 1f63233

Browse files
Dennis LabordusRob Tjalma
authored andcommitted
Made Keycloak host configurable and added/replace new SCL Data Service roles.
Signed-off-by: Dennis Labordus <[email protected]> Signed-off-by: Rob Tjalma <[email protected]>
1 parent 32831bd commit 1f63233

File tree

2 files changed

+2195
-2444
lines changed

2 files changed

+2195
-2444
lines changed

docker/docker-compose.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@ services:
2222
environment:
2323
- BASEX_HOST=basex
2424
- BASEX_PORT=1984
25-
- KEYCLOAK_HOST=keycloak
26-
- KEYCLOAK_PORT=8080
27-
- KEYCLOAK_REALM=compas
25+
- AUTH_SERVER_URL=http://keycloak:8080/auth/realms/compas
26+
- AUTH_CLIENT_ID=scl-data-service
2827
depends_on:
2928
- basex
3029

0 commit comments

Comments
 (0)