You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
default
e4df6961db
|
3 years ago | |
---|---|---|
.. | ||
build | 3 years ago | |
hooks | 3 years ago | |
README.rst | 3 years ago | |
metadata.yml | 3 years ago |
README.rst
Keycloak 17.0 image
# Compose.yml
To start with keycloak, just put this service in your compose.yml
keycloak:
docker-compose:
environment:
KEYCLOAK_ADMIN: "admin"
KEYCLOAK_ADMIN_PASSWORD: "CHANGEME"
relations:
web-proxy:
frontend:
domain: id.mydomain.fr
# Customise theme
You can customize theme by putting yout theme in /srv/datastore/data/keycloak/opt/keycloak/themes
For exemple copy the material folder from https://github.com/MAXIMUS-DeltaWare/material-keycloak-theme and restart keycloak.
Then go to your admin console, log in and go to the realm/themes part to choose you new theme