chore: harden grafana 13 provisioning

This commit is contained in:
2026-05-31 21:31:58 +02:00
parent 60015c1e2c
commit 6e928b6944
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -127,6 +127,7 @@ services:
GF_SECURITY_ADMIN_PASSWORD__FILE: /run/secrets/monitoring_grafana_admin_password GF_SECURITY_ADMIN_PASSWORD__FILE: /run/secrets/monitoring_grafana_admin_password
GF_USERS_ALLOW_SIGN_UP: "false" GF_USERS_ALLOW_SIGN_UP: "false"
GF_AUTH_ANONYMOUS_ENABLED: "false" GF_AUTH_ANONYMOUS_ENABLED: "false"
GF_PLUGINS_PREINSTALL_DISABLED: "true"
entrypoint: entrypoint:
- /bin/sh - /bin/sh
- -c - -c
@@ -0,0 +1 @@
@@ -0,0 +1 @@