Compare commits
2 commits
a5985d169f
...
71f4277ef4
Author | SHA1 | Date | |
---|---|---|---|
71f4277ef4 | |||
c52ee2456d |
1 changed files with 19 additions and 0 deletions
|
@ -14,6 +14,25 @@ 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/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue