Attempt to use the UiPageProvider to configure endpoints
Co-authored-by: June june@jsts.xyz
This commit is contained in:
parent
8d190c2970
commit
a7be1213af
7 changed files with 5362 additions and 30 deletions
|
|
@ -1,8 +1,8 @@
|
|||
services:
|
||||
keycloak:
|
||||
image: quay.io/keycloak/keycloak:26.4.2
|
||||
image: quay.io/keycloak/keycloak:26.5.3
|
||||
pull_policy: always
|
||||
command: start-dev
|
||||
command: "start-dev --features=declarative-ui"
|
||||
environment:
|
||||
KEYCLOAK_ADMIN: admin
|
||||
KEYCLOAK_ADMIN_PASSWORD: admin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue