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

https://github.com/revolunet/poc-keycloak-next-compose

docker-compose sample setup for keycloak with PG persistance and a Next.js frontend.
https://github.com/revolunet/poc-keycloak-next-compose

docker-compose keycloak nextjs

Last synced: about 2 months ago
JSON representation

docker-compose sample setup for keycloak with PG persistance and a Next.js frontend.

Awesome Lists containing this project

README

          

# test-keycloak

docker-compose sample setup for [keycloak](https://github.com/keycloak/keycloak) with PG persistance and a Next.js frontend.

based on [react-keycloak](https://github.com/react-keycloak/react-keycloak)

## Setup

start a shell with `docker-compose up` and another one with `yarn dev`

The web app start on http://127.0.0.1:3000 and the keycloak admin UI on http://127.0.0.1:8889

Keycloak default admin account is `admin/admin`

Load an initial `demo` realm and client from `./realm-export.json` with `./restore-realm.sh`