atilsensalduz / keycloak-compose

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

Home Page:https://keycloak.org/guides

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  1. Requires Docker with Compose
  2. Parameterized using variables in the .env file
  3. Up the project using command:
docker compose up -d --wait
Useful commands Discription
docker stats Containers resource usage (use --no-stream only pull the first result)
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)
App Port Username Password Image
Keycloak 8080 admin keycloak Keycloak Grafana Client in the realm test
Prometheus 9090 Prometheus Targets
Grafana 3000 admin grafana Grafana Keycloak Dashboard

About

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

https://keycloak.org/guides


Languages

Language:Shell 100.0%