Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/appuio/keycloak-mssql
Docker Image for Keycloak using MSSQL
https://github.com/appuio/keycloak-mssql
Last synced: 4 days ago
JSON representation
Docker Image for Keycloak using MSSQL
- Host: GitHub
- URL: https://github.com/appuio/keycloak-mssql
- Owner: appuio
- Created: 2017-07-05T13:13:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T11:56:28.000Z (about 1 year ago)
- Last Synced: 2024-05-01T21:04:00.235Z (8 months ago)
- Language: XSLT
- Size: 6.84 KB
- Stars: 1
- Watchers: 6
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: changeDatabase.xsl
Awesome Lists containing this project
README
# keycloak-mssql
Docker Image for [Keycloak](http://www.keycloak.org/) with a MSSQL Backend.
## Configuration
Set set the following environment variables to configure Keycloak:
* `MSSQL_HOST` **mandatory**
* `MSSQL_DATABASE` (default: `keycloak`)
* `MSSQL_PORT` (default: `1433`)
* `MSSQL_USER` (default: `keycloak`)
* `MSSQL_PASSWORD` (default: `password`)
* `MSSQL_PROPS` _optional_