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.

24 lines
635 B

  1. Keycloak 17.0 image
  2. # Compose.yml
  3. To start with keycloak, just put this service in your compose.yml
  4. keycloak:
  5. docker-compose:
  6. environment:
  7. KEYCLOAK_ADMIN: "admin"
  8. KEYCLOAK_ADMIN_PASSWORD: "CHANGEME"
  9. relations:
  10. web-proxy:
  11. frontend:
  12. domain: id.mydomain.fr
  13. # Customise theme
  14. You can customize theme by putting yout theme in /srv/datastore/data/keycloak/opt/keycloak/themes
  15. For exemple copy the material folder from https://github.com/MAXIMUS-DeltaWare/material-keycloak-theme and restart keycloak.
  16. Then go to your admin console, log in and go to the realm/themes part to choose you new theme