keycloak: disable metrics endpoint

This commit is contained in:
ThetaDev 2024-03-03 15:04:26 +01:00
parent 248104918c
commit 6c2ccb1384
Signed by: ThetaDev
GPG key ID: E319D3C5148D65B6

View file

@ -1,8 +1,6 @@
FROM quay.io/keycloak/keycloak:latest
# Enable health and metrics support
ENV KC_HEALTH_ENABLED=true
ENV KC_METRICS_ENABLED=true
ENV KC_CACHE_CONFIG_FILE=cache-persistent.xml
ENV KC_DB=postgres