This is the prepared Keycloak 2.4.0 Docker image for usage with the gui of the HOBBIT platform.
docker build -t hobbitproject/hobbit-keycloak .
You need to create a directory with a file named privacypolicy.ftl
with HTML content containing link to your policy:
Read our <a href="https://...">Privacy Policy</a>.
Then configure that directory as a volume for keycloak:
volumes:
- ./your_directory:/opt/jboss/keycloak/themes/hobbit/login/hobbit