Skip to content

Commit

Permalink
Merge pull request #680 from akunzai/keycloak-env
Browse files Browse the repository at this point in the history
The environment variables `KEYCLOAK_ADMIN` have been deprecated
  • Loading branch information
akunzai authored Nov 4, 2024
2 parents b7248a9 + 4fb6923 commit 399f140
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ services:
image: keycloak:cas
environment:
# https://www.keycloak.org/server/configuration
KEYCLOAK_ADMIN: ${KEYCLOAK_ADMIN:-admin}
KEYCLOAK_ADMIN_PASSWORD: ${KEYCLOAK_ADMIN_PASSWORD:-admin}
KC_BOOTSTRAP_ADMIN_USERNAME: ${KC_BOOTSTRAP_ADMIN_USERNAME:-admin}
KC_BOOTSTRAP_ADMIN_PASSWORD: ${KC_BOOTSTRAP_ADMIN_PASSWORD:-admin}
# https://www.keycloak.org/server/reverseproxy
KC_PROXY_HEADERS: xforwarded
volumes:
Expand Down

0 comments on commit 399f140

Please sign in to comment.