Fork from https://github.com/eabykov/keycloak-compose.git The original project was not working for me (On the WSL 2 Grafana dont start issue). So my idea is to use traefik for making the solution more flexible and more robust. But it is not working yet: Grafana returns status 502 "Bad gateway"
- Requires docker with compose
- Parameterized using variables in the
.env
file - Up the project using command:
docker compose up -d --wait
Useful commands | Description |
---|---|
docker stats |
Containers resource usage (--no-stream only pull the first result) |
docker compose logs |
Shows logs of containers (-f to follow logs) |
docker compose down |
Stop 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 -f |
Remove all unused containers, networks, images (--volumes prune volumes) |
App | Host | Username | Password | Image |
---|---|---|---|---|
Traefik | http://traefik.localhost/dashboard/#/ | |||
Keycloak | http://keycloak.localhost | admin |
keycloak |
|
Prometheus | http://prometheus.localhost | |||
Grafana | http://grafana.localhost | admin |
grafana |