From deb41621faf302bbf3e2034555c48fecebe1db26 Mon Sep 17 00:00:00 2001 From: Patrick Liao Date: Thu, 30 Nov 2023 14:13:54 -0500 Subject: [PATCH 1/3] No source file for Grafana Notifiers, remove to avoid errors --- compose-services.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/compose-services.yml b/compose-services.yml index 6f30170..b27a2fe 100644 --- a/compose-services.yml +++ b/compose-services.yml @@ -320,9 +320,6 @@ services: - type: bind source: ./deployment/grafana/provisioning/alerting target: /etc/grafana/provisioning/alerting - - type: bind - source: ./deployment/grafana/provisioning/notifiers - target: /etc/grafana/provisioning/notifiers - type: bind source: ./deployment/grafana/grafana.ini target: /etc/grafana/grafana.ini From daf9b84c6b0b8ca6164876ab0f1385d361bec3f8 Mon Sep 17 00:00:00 2001 From: Patrick Liao Date: Thu, 30 Nov 2023 14:15:56 -0500 Subject: [PATCH 2/3] undo --- compose-services.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compose-services.yml b/compose-services.yml index b27a2fe..6f30170 100644 --- a/compose-services.yml +++ b/compose-services.yml @@ -320,6 +320,9 @@ services: - type: bind source: ./deployment/grafana/provisioning/alerting target: /etc/grafana/provisioning/alerting + - type: bind + source: ./deployment/grafana/provisioning/notifiers + target: /etc/grafana/provisioning/notifiers - type: bind source: ./deployment/grafana/grafana.ini target: /etc/grafana/grafana.ini From d98badc377e0ed3e0d5ffa96f5c068bbe68d8bdf Mon Sep 17 00:00:00 2001 From: Patrick Liao Date: Thu, 30 Nov 2023 14:16:26 -0500 Subject: [PATCH 3/3] No source file for Grafana Notifiers, remove to avoid errors --- compose-services.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/compose-services.yml b/compose-services.yml index 6f30170..b27a2fe 100644 --- a/compose-services.yml +++ b/compose-services.yml @@ -320,9 +320,6 @@ services: - type: bind source: ./deployment/grafana/provisioning/alerting target: /etc/grafana/provisioning/alerting - - type: bind - source: ./deployment/grafana/provisioning/notifiers - target: /etc/grafana/provisioning/notifiers - type: bind source: ./deployment/grafana/grafana.ini target: /etc/grafana/grafana.ini