fix(infra): use anonymous Prometheus volume to avoid deploy script name collision

This commit is contained in:
asepharyana
2026-07-22 18:28:16 +07:00
parent ee4fd677ea
commit 9f54f90621
+1 -4
View File
@@ -54,7 +54,7 @@ services:
- '--web.enable-lifecycle' - '--web.enable-lifecycle'
volumes: volumes:
- ../../infra/otel/prometheus.yml:/etc/prometheus/prometheus.yml:ro - ../../infra/otel/prometheus.yml:/etc/prometheus/prometheus.yml:ro
- prometheus_data:/prometheus - /prometheus
# ── Custom Dashboard (nginx:alpine) ── # ── Custom Dashboard (nginx:alpine) ──
dashboard: dashboard:
@@ -78,9 +78,6 @@ services:
otel-collector: otel-collector:
condition: service_started condition: service_started
volumes:
prometheus_data:
networks: networks:
app-shared-net: app-shared-net:
name: app-shared-net name: app-shared-net