mirror of
https://github.com/recklessop/zroc.git
synced 2026-07-05 05:43:14 -04:00
Fixed Volumes
This commit is contained in:
+6
-2
@@ -4,6 +4,10 @@ networks:
|
|||||||
front-tier:
|
front-tier:
|
||||||
back-tier:
|
back-tier:
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
prometheus_data: {}
|
||||||
|
grafana_data: {}
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
||||||
zertoexporter:
|
zertoexporter:
|
||||||
@@ -27,7 +31,7 @@ services:
|
|||||||
image: prom/prometheus:v2.40.6
|
image: prom/prometheus:v2.40.6
|
||||||
volumes:
|
volumes:
|
||||||
- ./prometheus/:/etc/prometheus/
|
- ./prometheus/:/etc/prometheus/
|
||||||
- ./prometheus/prometheus_data:/prometheus
|
- prometheus_data:/prometheus
|
||||||
command:
|
command:
|
||||||
- '--config.file=/etc/prometheus/prometheus.yml'
|
- '--config.file=/etc/prometheus/prometheus.yml'
|
||||||
- '--storage.tsdb.path=/prometheus'
|
- '--storage.tsdb.path=/prometheus'
|
||||||
@@ -49,7 +53,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 3000:3000
|
||||||
volumes:
|
volumes:
|
||||||
- ./grafana/grafana_data:/var/lib/grafana
|
- grafana_data:/var/lib/grafana
|
||||||
- ./grafana/provisioning/:/etc/grafana/provisioning/
|
- ./grafana/provisioning/:/etc/grafana/provisioning/
|
||||||
environment:
|
environment:
|
||||||
- GF_SECURITY_ADMIN_PASSWORD=zertodata
|
- GF_SECURITY_ADMIN_PASSWORD=zertodata
|
||||||
|
|||||||
Reference in New Issue
Block a user