From f4b7e763be7ddd57a2595cc86c5b950055370bbd Mon Sep 17 00:00:00 2001
From: juarez <d.juarez@dkfz-heidelberg.de>
Date: Wed, 9 Aug 2023 16:45:11 +0200
Subject: [PATCH] Add explanation why is the volume of exporter-db currently so
 important for us.

---
 ccp/modules/exporter-compose.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ccp/modules/exporter-compose.yml b/ccp/modules/exporter-compose.yml
index 1d96688..7ea2936 100644
--- a/ccp/modules/exporter-compose.yml
+++ b/ccp/modules/exporter-compose.yml
@@ -34,7 +34,7 @@ services:
       POSTGRES_PASSWORD: "${EXPORTER_DB_PASSWORD}" # Set in exporter-setup.sh
       POSTGRES_DB: "exporter"
     volumes:
-      # TODO: Move to logging component in bridgehead
+      # Please, do NOT REMOVE this volume until we find a solution to save Lens-queries to be executed in the explorer.
       - "bridgehead-exporter-db:/var/lib/postgresql/data"
 
   reporter: