keycloak-attribute-endpoint.../testing/compose.yaml
Renovate 1ea041dc7c
All checks were successful
/ Verify (pull_request) Successful in 57s
/ Verify (push) Successful in 57s
Update Keycloak packages to v26.7.0
2026-07-18 12:16:57 +00:00

17 lines
No EOL
588 B
YAML

services:
keycloak:
image: quay.io/keycloak/keycloak:26.7.0
pull_policy: always
command: "start-dev --features=declarative-ui --import-realm"
environment:
KC_BOOTSTRAP_ADMIN_USERNAME: admin
KC_BOOTSTRAP_ADMIN_PASSWORD: admin
KC_LOG_LEVEL: info
KC_DEBUG: true
KC_DEBUG_PORT: "*:8081"
ports:
- "8080:8080"
- "8081:8081"
volumes:
- ./import:/opt/keycloak/data/import/
- ../attribute-endpoints-provider/target/attribute-endpoints-provider-1.0-SNAPSHOT.jar:/opt/keycloak/providers/attribute-endpoints-provider.jar