Fix grafana

This commit is contained in:
uumas
2026-01-24 17:08:39 +02:00
parent f989c204d1
commit 61fd325328
2 changed files with 2 additions and 1 deletions

View File

@@ -12,7 +12,7 @@
docker_database: postgres
docker_env:
GF_DATABASE_TYPE: postgres
GF_DATABASE_HOST: grafana_db:5432
GF_DATABASE_HOST: grafana-db:5432
GF_DATABASE_NAME: grafana
GF_DATABASE_USER: grafana
GF_DATABASE_PASSWORD: "{{ database_passwords.grafana }}"

View File

@@ -63,4 +63,5 @@
vars:
docker_networks:
- name: prometheus
- name: grafana
when: prometheus_install_grafana