keycloak-attribute-endpoint.../compose.yaml
Renovate 5d6743fd61
All checks were successful
/ Verify (push) Successful in 1m6s
/ Verify (pull_request) Successful in 1m4s
Update Keycloak packages to v26.6.1
2026-04-16 00:32:56 +00:00

13 lines
No EOL
440 B
YAML

services:
keycloak:
image: quay.io/keycloak/keycloak:26.6.1
pull_policy: always
command: "start-dev --features=declarative-ui"
environment:
KEYCLOAK_ADMIN: admin
KEYCLOAK_ADMIN_PASSWORD: admin
KC_LOG_LEVEL: info
ports:
- "8080:8080"
volumes:
- ./attribute-endpoints-provider/target/attribute-endpoints-provider-1.0-SNAPSHOT.jar:/opt/keycloak/providers/attribute-endpoints-provider.jar