From 569524cb71ee8f32e36eddeb41787b46a5cbada1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frank=20M=C3=A4rkle?= Date: Wed, 5 Feb 2025 10:10:23 +0100 Subject: [PATCH] CI LocalEnv -> Set Grafana default page to Dashboards. --- .ci/deploy/localenv/docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci/deploy/localenv/docker-compose.yml b/.ci/deploy/localenv/docker-compose.yml index d5202f39..1e87c8d6 100644 --- a/.ci/deploy/localenv/docker-compose.yml +++ b/.ci/deploy/localenv/docker-compose.yml @@ -577,6 +577,7 @@ services: - GF_PATHS_PROVISIONING=/etc/grafana/provisioning - GF_FEATURE_TOGGLES_ENABLE=traceqlEditor # https://grafana.com/docs/grafana/latest/setup-grafana/configure-grafana/#override-configuration-with-environment-variables + - GF_USERS_HOME_PAGE=https://monitoring.opendut.local/dashboards - GF_SECURITY_ADMIN_PASSWORD - GF_SECURITY_SECRET_KEY healthcheck: