From a5be72a455fa4590facd789c2b9c32dc8bb72423 Mon Sep 17 00:00:00 2001 From: "willem.serruys" Date: Sun, 16 Aug 2026 12:14:34 +0200 Subject: [PATCH] chore: added prom data --- docker-compose.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 5c5fe66..3de8eb4 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -78,7 +78,7 @@ services: - traefik.http.services.prometheus.loadbalancer.server.port=9090 volumes: - ${REPO_DIR}/configurations/prometheus/prometheus.yml:/etc/prometheus/prometheus.yml:ro - - ${STORAGE_DIR}/prometheus:/prometheus:rw + - prometheus-data:/prometheus:rw command: - '--config.file=/etc/prometheus/prometheus.yml' - '--storage.tsdb.path=/prometheus' @@ -125,3 +125,5 @@ services: # Only enable if external services present # ports: # - 4317:4317 # OTLP gRPC receiver +volumes: + prometheus-data: