Install grafana and link it to HA

This commit is contained in:
Jake Howard
2020-08-07 11:52:15 +01:00
parent 301ac37868
commit 9d014cfa1c
5 changed files with 63 additions and 0 deletions

View File

@ -0,0 +1,19 @@
version: "2.3"
services:
grafana:
image: grafana/grafana:latest
environment:
- TZ=Europe/London
ports:
- 3000:3000
volumes:
- ./grafana:/var/lib/grafana
restart: unless-stopped
networks:
- default
- grafana
networks:
grafana:
external: true