Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 701 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 701 Bytes

Keycloak-sand-box

This project allows editing of the keycloak theme for the Todo application

Commands for local development

Build and run containers

docker compose up -d

Stop containers

docker compose stop

Override themes

docker exec todo_keycloak rm -rf /opt/keycloak/themes/todo
docker cp ./themes/todo todo_keycloak:/opt/keycloak/themes/todo

Disable front caching

disable-theme-cache.cli actually disable front caching at container startup (see docker-compose for more information)

or

docker cp ./imports/standalone.xml todo_keycloak:/opt/keycloak/standalone/configuration/standalone.xml