- Created .env.example for environment variable configuration. - Added .gitignore to exclude .env files. - Introduced docker-compose files for Keycloak and Postgres services. - Implemented custom Keycloak theme 'drill-luxe' with associated templates and styles. - Updated README with deployment instructions and repository details.
4 lines
94 B
Docker
4 lines
94 B
Docker
FROM quay.io/keycloak/keycloak:26.0.8
|
|
|
|
COPY themes/drill-luxe /opt/keycloak/themes/drill-luxe
|