mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
19 lines
377 B
YAML
19 lines
377 B
YAML
version: "3.4"
|
|
|
|
services:
|
|
prometheus:
|
|
image: prom/prometheus
|
|
network_mode: host
|
|
volumes:
|
|
- ./prometheus.yml:/etc/prometheus/prometheus.yml
|
|
|
|
grafana:
|
|
image: grafana/grafana
|
|
network_mode: host
|
|
volumes:
|
|
- grafana_data:/var/lib/grafana
|
|
- grafana_provisioning:/etc/grafana/provisioning/
|
|
|
|
volumes:
|
|
grafana_data:
|
|
grafana_provisioning: |