Skip to content

Commit 32831bd

Browse files
Dennis LabordusRob Tjalma
authored andcommitted
Configure keycloak through varables.
Signed-off-by: Dennis Labordus <[email protected]> Signed-off-by: Rob Tjalma <[email protected]>
1 parent 1a1eeee commit 32831bd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker/docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ services:
2222
environment:
2323
- BASEX_HOST=basex
2424
- BASEX_PORT=1984
25+
- KEYCLOAK_HOST=keycloak
26+
- KEYCLOAK_PORT=8080
27+
- KEYCLOAK_REALM=compas
2528
depends_on:
2629
- basex
2730

0 commit comments

Comments
 (0)