added a few gauges updated on a timer
This commit is contained in:
parent
ca966a4c6b
commit
d88e22d899
3 changed files with 83 additions and 4 deletions
16
docker-compose.yml
Normal file
16
docker-compose.yml
Normal file
|
@ -0,0 +1,16 @@
|
|||
version: '3'
|
||||
|
||||
services:
|
||||
keycloak:
|
||||
image: quay.io/keycloak/keycloak:21.0.2
|
||||
environment:
|
||||
KEYCLOAK_ADMIN: admin
|
||||
KEYCLOAK_ADMIN_PASSWORD: admin
|
||||
KC_HTTP_RELATIVE_PATH: /auth
|
||||
KC_HEALTH_ENABLED: true
|
||||
KC_METRICS_ENABLED: true
|
||||
ports:
|
||||
- 8080:8080
|
||||
volumes:
|
||||
- ./target/keycloak-event-metrics-0.2.1-SNAPSHOT.jar:/opt/keycloak/providers/keycloak-event-metrics.jar
|
||||
command: [ "start-dev" ]
|
Loading…
Add table
Add a link
Reference in a new issue