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.
- Host: GitHub
- URL: https://github.com/revolunet/poc-keycloak-next-compose
- Owner: revolunet
- Created: 2020-11-01T13:08:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-01T13:09:46.000Z (over 5 years ago)
- Last Synced: 2025-10-12T09:43:34.318Z (9 months ago)
- Topics: docker-compose, keycloak, nextjs
- Language: TypeScript
- Homepage:
- Size: 85 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`