forked from eabykov/keycloak-compose
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
27 lines (25 loc) · 710 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# PostgreSQL settings
PG_HOSTNAME=localhost
PG_DBUSER=postgres
PG_DBNAME=postgres
PG_DBPASSWORD=postgres
PG_PORT=5432
# releases: https://github.com/keycloak/keycloak/releases
KC_VERSION=25.0.1
# The link that will be used by the Grafana to redirect to the Keycloak
KC_HOSTNAME=http://localhost
KC_PORT=8080
KC_REALM_NAME=grafana
KC_LOG_LEVEL=INFO
KEYCLOAK_ADMIN=admin
KEYCLOAK_ADMIN_PASSWORD=keycloak
# releases: https://github.com/prometheus/prometheus/releases
PROMETHEUS_VERSION=v2.53.1
PROMETHEUS_PORT=9090
# releases: https://github.com/grafana/grafana/releases
GF_VERSION=11.1.0
GF_LOG_LEVEL=info
GF_SERVER_HTTP_PORT=3000
GF_HOSTNAME=http://localhost
GF_ADMIN_USERNAME=admin
GF_ADMIN_PASSWORD=grafana