Skip to content

Commit

Permalink
chore: keycloak Docker image v23 for tests (#495)
Browse files Browse the repository at this point in the history
* chore: keycloak Docker image v23 for tests

* envvars adjusted

* chore: Docker image usage fixed
  • Loading branch information
augi authored Jan 9, 2024
1 parent 3c31895 commit 71a016e
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions keycloak/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@ version: '2'

services:
keycloak:
image: jboss/keycloak:16.1.1
image: keycloak/keycloak:23.0.4
environment:
- KEYCLOAK_USER=admin
- KEYCLOAK_PASSWORD=admin
- KEYCLOAK_IMPORT=/tmp/test-realm.json
- KEYCLOAK_ADMIN=admin
- KEYCLOAK_ADMIN_PASSWORD=admin
command:
- "start-dev"
- "--import-realm"
- "--http-relative-path=/auth"
volumes:
- ./test-realm.json:/tmp/test-realm.json
- ./test-realm.json:/opt/keycloak/data/import/test-realm.json
ports:
- "8080"

0 comments on commit 71a016e

Please sign in to comment.