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

https://github.com/bessouat40/keycloak-postgres-docker

Minimalist example of keycloak connection with a postgres database.
https://github.com/bessouat40/keycloak-postgres-docker

beginner beginner-project docker docker-compose keycloak postgresql tutorial

Last synced: about 1 year ago
JSON representation

Minimalist example of keycloak connection with a postgres database.

Awesome Lists containing this project

README

          

# keycloak-postgres-docker

It's a minimalist example project to show how to setup keycloak using a postgres database with docker.

## Usage

To run this project :

```bash
docker-compose build
docker-compose up -d
```