forked from HarunOr/keycloak-compose
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env
19 lines (16 loc) · 704 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
POSTGRES_VERSION=14.5-alpine # https://www.postgresql.org/docs/release
KC_VERSION=19.0.3 # https://github.com/keycloak/keycloak/releases
KC_URL=http://localhost:8080 # The link that will be used by the Grafana to redirect to the Keycloak
KC_PORT=8080
KC_FEATURES=impersonation # https://www.keycloak.org/server/features
KC_REALM_NAME=grafana
KC_LOG_LEVEL=INFO
KEYCLOAK_ADMIN=admin
KEYCLOAK_ADMIN_PASSWORD=keycloak
PROMETHEUS_VERSION=v2.39.1 # https://github.com/prometheus/prometheus/releases
PROMETHEUS_PORT=9090
GRAFANA_VERSION=9.2.1 # https://github.com/grafana/grafana/releases
GRAFANA_ADMIN_USERNAME=admin
GRAFANA_ADMIN_PASSWORD=grafana
GF_SERVER_HTTP_PORT=3000
GRAFANA_HOSTNAME=http://localhost