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'
|
- '--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
|
||||||
|
|||||||
Reference in New Issue
Block a user