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'
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