Rabu, 25 September 2024

OTP-keycloak docker full grafana

 https://github.com/eabykov/keycloak-compose

Repository files navigation

Keycloak with PostgreSQL, which includes Keycloak's monitoring using Prometheus and Grafana

  1. Requires docker and compose
  2. Parameterized using variables in the .env file
  3. Up the project using command:
docker compose up -d
AppPortUsernamePassword
Keycloakhttp://localhost:8080adminkeycloak
Prometheushttp://localhost:9090
Grafanahttp://localhost:3000admingrafana
Useful commandsDescription
docker statsContainers resource usage (--no-stream only pull the first result)
docker compose logsShows logs of containers (-f to follow logs)
docker compose downStop and remove containers (-v remove named volumes declared in the volumes section of the Compose file and anonymous volumes attached to containers)
docker system prune -a -fRemove all unused containers, networks, images (--volumes prune volumes)
Star History Chart

Tidak ada komentar:

Posting Komentar