Skip to content

Keycloak based on the MYSQL database with Prometheus monitoring that visualize data in Grafana

Notifications You must be signed in to change notification settings

ozdemirrulass/keycloak-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. Requires Docker with Compose plugin v2.3.4
  2. Up the project using command docker compose up -d --wait

This repository is modified version of https://github.com/HarunOr/keycloak-compose in order to use MYSQL instead of PostgreSQL.

Links and images

App Port Username Password
Keycloak 9080 admin keycloak

Keycloak Grafana Client in the realm test

App Port
Prometheus 9090

Prometheus Targets

App Port Username Password
Grafana 3000 admin grafana

Grafana Keycloak Dashboard

Usefull commands

Command Discription
docker stats --no-stream Containers resource usage
docker compose logs Shows logs of containers (use flag -f to follow logs)
docker compose down Stop and remove containers (flag -v remove named volumes declared in the volumes section of the Compose file and anonymous volumes attached to containers)
docker system prune -a -f Remove all unused containers, networks, images (flag --volumes prune volumes)

About

Keycloak based on the MYSQL database with Prometheus monitoring that visualize data in Grafana

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published