From 9f54f9062160f4c3179fdafefb34f0594015261d Mon Sep 17 00:00:00 2001 From: asepharyana Date: Wed, 22 Jul 2026 18:28:16 +0700 Subject: [PATCH] fix(infra): use anonymous Prometheus volume to avoid deploy script name collision --- infra/compose/observability.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/infra/compose/observability.yml b/infra/compose/observability.yml index 00cdf32..a6782c2 100644 --- a/infra/compose/observability.yml +++ b/infra/compose/observability.yml @@ -54,7 +54,7 @@ services: - '--web.enable-lifecycle' volumes: - ../../infra/otel/prometheus.yml:/etc/prometheus/prometheus.yml:ro - - prometheus_data:/prometheus + - /prometheus # ── Custom Dashboard (nginx:alpine) ── dashboard: @@ -78,9 +78,6 @@ services: otel-collector: condition: service_started -volumes: - prometheus_data: - networks: app-shared-net: name: app-shared-net