Skip to content

Commit

Permalink
ACS-9047 Use Keycloak 26
Browse files Browse the repository at this point in the history
  • Loading branch information
pzhyland committed Dec 10, 2024
1 parent 5a1c833 commit 57b97cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/ci/docker-compose/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ services:
CLIENT_SSL_TRUST_STORE_TYPE: "JCEKS"
keycloak:
profiles: ["with-sso"]
image: quay.io/keycloak/keycloak:25.0.6
image: quay.io/keycloak/keycloak:26.0.7
environment:
- KEYCLOAK_ADMIN=admin
- KEYCLOAK_ADMIN_PASSWORD=admin
- KC_DB=dev-mem
- KC_BOOTSTRAP_ADMIN_USERNAME=admin
- KC_BOOTSTRAP_ADMIN_PASSWORD=admin
- KC_DB=dev-file
command: ["start-dev", "--import-realm", "--http-relative-path=/auth", "--hostname=localhost", "--http-enabled=true"]
volumes:
- ../../../repository/src/test/resources/realms/alfresco-realm.json:/opt/keycloak/data/import/alfresco-realm.json
Expand Down

0 comments on commit 57b97cc

Please sign in to comment.