Skip to content
Snippets Groups Projects
Commit 1dcd63f5 authored by Jacob Benz's avatar Jacob Benz
Browse files

update keycloak version and matching keycloak cli tool, hopefully fixes import problems

parent 2b9f4758
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ volumes:
services:
# Import LINCS realm
keycloak-firstrun:
image: adorsys/keycloak-config-cli:latest
image: adorsys/keycloak-config-cli:latest-26
environment:
- KEYCLOAK_URL=http://keycloak:8080/keycloak
- KEYCLOAK_USER=tempadmin
......@@ -28,7 +28,7 @@ services:
# Second run of Keycloak-config-cli Tool to automatically create permanent Keycloak admin, used for gui login as well as auth-api
keycloak-secondrun:
image: adorsys/keycloak-config-cli:latest
image: adorsys/keycloak-config-cli:latest-26
environment:
- KEYCLOAK_URL=http://keycloak:8080/keycloak
- KEYCLOAK_USER=tempadmin
......@@ -51,7 +51,7 @@ services:
# Third run to disable Keycloak temporary admin, otherwise Keycloak is complaining, but Keycloak can not get it right an accept an expiration time for its temporary admin, which the dumb issue where they introduced the behavior promised to have …
keycloak-thirdrun:
image: adorsys/keycloak-config-cli:latest
image: adorsys/keycloak-config-cli:latest-26
environment:
- KEYCLOAK_URL=http://keycloak:8080/keycloak
- KEYCLOAK_USER=${keycloak_admin}
......
......@@ -18,7 +18,7 @@ services:
restart: always
keycloak:
image: keycloak/keycloak:26.0
image: keycloak/keycloak:26.1
command: start
links:
- keycloakdb
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment