Compare commits

..

No commits in common. "71f4277ef4efa2836a59bd3e95dd3ec52ebf117b" and "a5985d169fd25076b7dd6579a78619525e17edea" have entirely different histories.

View file

@ -14,25 +14,6 @@ networks:
gateway: 172.16.2.1
services:
##############################################
# Grafana
# Docs: https://grafana.com/docs/grafana/latest/
##############################################
grafana:
image: grafana/grafana:latest
environment:
GF_INSTALL_IMAGE_RENDERER_PLUGIN: "true"
GF_INSTALL_PLUGINS: "grafana-clock-panel,grafana-simple-json-datasource,grafana-piechart-panel,grafana-synthetic-monitoring-app,flant-statusmap-panel,grafana-worldmap-panel"
volumes:
- ${BASE_DIR:-.}/Grafana/Data:/var/lib/grafana
ports:
- 3000:3000
restart: unless-stopped
depends_on:
- graphite
- prometheus
##############################################
# Graphite
# URL: https://graphite.readthedocs.io/en/stable/