prome-grafana tries getting default vars from environment

This commit is contained in:
2026-08-09 15:13:38 +02:00
parent c741a9df3e
commit 3075730019
4 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -84,5 +84,5 @@
networks:
- name: monitoring
env:
GF_SECURITY_ADMIN_PASSWORD: "{{ env_vars.GRAFANA_PASSWORD }}" # Customize the password
GF_SECURITY_ADMIN_PASSWORD: "{{ grafana_password }}" # Customize the password