fix: correct volume paths in monitoring compose
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user