Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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_