fix: correct volume paths in monitoring compose
Some checks failed
CI / Deploy production (on server) (push) Has been cancelled
CI / Lint, Test & Build (push) Has been cancelled

This commit is contained in:
Antigravity
2026-05-17 16:41:35 +00:00
parent 612a7ccfa3
commit 3dfe61a9fd

View File

@@ -4,8 +4,8 @@ services:
container_name: memento-prometheus container_name: memento-prometheus
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- ./monitoring/prometheus.yml:/etc/prometheus/prometheus.yml:ro - ./prometheus.yml:/etc/prometheus/prometheus.yml:ro
- ./monitoring/alerts.yml:/etc/prometheus/alerts.yml:ro - ./alerts.yml:/etc/prometheus/alerts.yml:ro
- prometheus-data:/prometheus - prometheus-data:/prometheus
ports: ports:
- "9090:9090" - "9090:9090"
@@ -32,7 +32,7 @@ services:
container_name: memento-alertmanager container_name: memento-alertmanager
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- ./monitoring/alertmanager.yml:/etc/alertmanager/alertmanager.yml:ro - ./alertmanager.yml:/etc/alertmanager/alertmanager.yml:ro
ports: ports:
- "9093:9093" - "9093:9093"
networks: networks: