services: keycloak: image: quay.io/keycloak/keycloak:26.5.3 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