From 30bd7d239a5e0991d944188690d6553ce33e24a0 Mon Sep 17 00:00:00 2001 From: BhasherBEL Date: Sun, 29 Oct 2023 19:50:17 +0100 Subject: [PATCH] Disable syncthing --- ...ompose.syncthing.yaml => docker-compose.syncthing.yaml.old} | 0 bxl-shp/system/docker-compose.monitoring.yaml | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) rename bxl-shp/apps/{docker-compose.syncthing.yaml => docker-compose.syncthing.yaml.old} (100%) diff --git a/bxl-shp/apps/docker-compose.syncthing.yaml b/bxl-shp/apps/docker-compose.syncthing.yaml.old similarity index 100% rename from bxl-shp/apps/docker-compose.syncthing.yaml rename to bxl-shp/apps/docker-compose.syncthing.yaml.old diff --git a/bxl-shp/system/docker-compose.monitoring.yaml b/bxl-shp/system/docker-compose.monitoring.yaml index 906ad63..3f64feb 100644 --- a/bxl-shp/system/docker-compose.monitoring.yaml +++ b/bxl-shp/system/docker-compose.monitoring.yaml @@ -163,7 +163,8 @@ services: restart: unless-stopped environment: - PDF_URL=grafana-reporter:8686/api/v5/report/64nrElFmj?apitoken=${GRAFANA_TOKEN}&var-interval=5m&from=now-7d&to=now - - TO_EMAIL=grafana-report.lan@bhasher.com + - TO_EMAIL=grafana.report@bhasher.com + - FROM=Grafana Report - SMTP_SERVER=bdubois.io - SMTP_PORT=465 - SMTP_USER=${SMTP_USER}