This repository extends the official Keycloak Docker image, adding a custom Theme and configuration.
# Build and run the image with Cocker Compose
make up
# Other targets
make logs
make down
make reset
Lifelike custom Theme is copied from the /theme
directory into the Keycloak image theme's directory. This Custom theme extends default Keycloak theme(s).
To get reference original themes to the local /original-themes
directory, run:
# Copy original themes to local directory
make copy-original-themes