Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rbarilani/keycloak-ha
Keycloak HA Docker compose template
https://github.com/rbarilani/keycloak-ha
Last synced: about 1 month ago
JSON representation
Keycloak HA Docker compose template
- Host: GitHub
- URL: https://github.com/rbarilani/keycloak-ha
- Owner: rbarilani
- Created: 2019-02-17T14:03:11.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-17T14:10:36.000Z (almost 6 years ago)
- Last Synced: 2024-11-09T07:31:53.260Z (3 months ago)
- Language: Dockerfile
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Keycloak HA Docker Compose
==========================Docker compose template for Keycloak in clustered mode with persistent sessions and NGINX as a load balancer.
This project is used by my self to demonstrate and experiment how to setup Keycloak IAM in clustered mode for development purposes.
## Features
* Postgres Database
* NGINX as load balancer
* 2 Keycloak instances in cluster mode with infinispan sessions and client sessions persisted to files (surviving restarts)## Run
```sh
docker-compose up
```> Open your browser @ http://localhost:8080 and login in the administration console as:
* **user**: admin
* **password**: admin