Skip to content

Commit

Permalink
chore: adapt Keycloak env parameters in build.yml to new image
Browse files Browse the repository at this point in the history
  • Loading branch information
VonDerBeck committed Apr 24, 2024
1 parent 1ecf45a commit 7519696
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
keycloak:
image: bitnami/keycloak:24.0.3
env:
KEYCLOAK_USER: keycloak
KEYCLOAK_PASSWORD: keycloak1!
KEYCLOAK_ADMIN: keycloak
KEYCLOAK_ADMIN_PASSWORD: keycloak1!
KEYCLOAK_DATABASE_VENDOR: dev-mem
KEYCLOAK_HTTP_RELATIVE_PATH: /auth
ports: [ 8080/tcp ]
Expand Down

0 comments on commit 7519696

Please sign in to comment.