fix(infra): use anonymous Prometheus volume to avoid deploy script name collision
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user