From 1a29c00cc94833c4f8ef71a7f75010286a69a15d Mon Sep 17 00:00:00 2001
From: Bartek Wrona <wrona@syncad.com>
Date: Fri, 29 Nov 2024 14:13:58 +0100
Subject: [PATCH] Disabled bg_writer collection in postgres-exporter to avoid
 errors in Postgres 17 Changed default port mapped on host for Grafana to
 avoid conflicts with default Denser deployment (it works on port 3000)

---
 monitoring.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/monitoring.yaml b/monitoring.yaml
index b746652..d12b80a 100644
--- a/monitoring.yaml
+++ b/monitoring.yaml
@@ -82,7 +82,7 @@ services:
       - GF_USERS_ALLOW_SIGN_UP=false
     restart: unless-stopped
     ports:
-      - "3000:3000"
+      - "3003:3000"
     networks:
       - haf-network
     labels:
-- 
GitLab