grafana added

This commit is contained in:
hubobel 2026-01-10 11:48:21 +01:00
parent 9e875c455d
commit bbe5b9725d

18
grafana/docker-compos.yml Normal file
View file

@ -0,0 +1,18 @@
services:
grafana:
image: grafana/grafana
container_name: grafana
restart: unless-stopped
# if you are running as root then set it to 0
# else find the right id with the id -u command
user: '0'
ports:
- '3000:3000'
volumes:
- /home/christof/grafana/storage/:/var/lib/grafana'
networks:
default:
name: mqtt5-network
external: true