From b4f58d31d32657f99b0acfe76c88d0aeccfc8c4d Mon Sep 17 00:00:00 2001 From: komodo Date: Mon, 18 Aug 2025 09:40:09 +0200 Subject: [PATCH] [Komodo] admin: Write Stack File: update compose.yaml --- compose.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/compose.yaml b/compose.yaml index cf004a9..e58ff64 100644 --- a/compose.yaml +++ b/compose.yaml @@ -96,6 +96,7 @@ services: command: - '--config.file=/config/prometheus.yml' - '--storage.tsdb.path=/prometheus' + - '--storage.tsdb.retention.time=5y' - '--web.console.libraries=/etc/prometheus/console_libraries' - '--web.console.templates=/etc/prometheus/consoles' - '--web.enable-lifecycle'