mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-09-07 16:36:52 +02:00
Thanks to Redline for starting work on this and helping me out on Discord.
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: |