You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Up the project using command docker compose up -d --wait
Links and images
App
Port
Username
Password
Keycloak
8080
admin
keycloak
App
Port
Prometheus
8090
App
Port
Username
Password
Grafana
3000
admin
grafana
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 PostgreSQL database with Prometheus monitoring that visualize data in Grafana