grafana added
This commit is contained in:
parent
9e875c455d
commit
bbe5b9725d
1 changed files with 18 additions and 0 deletions
18
grafana/docker-compos.yml
Normal file
18
grafana/docker-compos.yml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue