Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
knipknap authored Mar 26, 2024
1 parent 84ce536 commit cbf06b1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ services:
MYSQL_PASSWORD: keycloak-db-password

keycloak:
image: quay.io/keycloak/keycloak:21.0
image: quay.io/keycloak/keycloak:23.0
environment:
- KC_DB=mysql
- KC_DB_URL_HOST=sso-mysql
Expand All @@ -308,7 +308,8 @@ services:
- KC_DB_PASSWORD=keycloak-db-password
- KC_HOSTNAME=sso.${DOMAIN?Variable not set}
- KC_PROXY=edge
- KC_HEALTH_ENABLED="true"
- KC_HEALTH_ENABLED=true
- KC_METRICS_ENABLED=true
- KC_LOG_LEVEL=info
- KEYCLOAK_ADMIN=${KEYCLOAK_ADMIN_USERNAME?Variable not set}
- KEYCLOAK_ADMIN_PASSWORD=${KEYCLOAK_ADMIN_PASSWORD?Variable not set}
Expand Down

0 comments on commit cbf06b1

Please sign in to comment.