Add explanation why is the volume of exporter-db currently so important for us.

This commit is contained in:
juarez 2023-08-09 16:45:11 +02:00
parent 6ace352a36
commit 3543a2b72b
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ services:
POSTGRES_PASSWORD: "${EXPORTER_DB_PASSWORD}" # Set in exporter-setup.sh POSTGRES_PASSWORD: "${EXPORTER_DB_PASSWORD}" # Set in exporter-setup.sh
POSTGRES_DB: "exporter" POSTGRES_DB: "exporter"
volumes: 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" - "bridgehead-exporter-db:/var/lib/postgresql/data"
reporter: reporter: