From 8f0da98f910f05e25a49b36d6169ba7d610e928a Mon Sep 17 00:00:00 2001 From: Silas Date: Wed, 5 Nov 2025 21:08:59 +0100 Subject: [PATCH] grafana monitoring --- prometheus/compose.yaml | 2 +- prometheus/grafana/config.monitoring | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 prometheus/grafana/config.monitoring diff --git a/prometheus/compose.yaml b/prometheus/compose.yaml index dfc01ca..4579d7c 100644 --- a/prometheus/compose.yaml +++ b/prometheus/compose.yaml @@ -93,7 +93,7 @@ services: - /mnt/appdata/grafana/data/:/var/lib/grafana - /mnt/appdata/grafana/provisioning/:/etc/grafana/provisioning/ env_file: - - /mnt/appdata/grafana/config.monitoring + - grafana/config.monitoring networks: - backend - frontend diff --git a/prometheus/grafana/config.monitoring b/prometheus/grafana/config.monitoring new file mode 100644 index 0000000..a2b0091 --- /dev/null +++ b/prometheus/grafana/config.monitoring @@ -0,0 +1,2 @@ +GF_SECURITY_ADMIN_PASSWORD=foobar +GF_USERS_ALLOW_SIGN_UP=false \ No newline at end of file