Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit 61ff79a

Browse files
author
Adrian Tomalla
committed
adding docker-compose file
1 parent 3f14fca commit 61ff79a

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

docker-compose.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Grafana
2+
## Dashboarding
3+
grafana:
4+
image: grafana/grafana:8.1.2
5+
container_name: grafana-vhv
6+
environment:
7+
- GF_PANELS_DISABLE_SANITIZE_HTML=TRUE
8+
- GF_SECURITY_ADMIN_PASSWORD=demo
9+
- GF_PATHS_PROVISIONING=/usr/share/grafana/custom/
10+
- GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS=novatec-dashboardsync-datasource
11+
- SSH_KNOWN_HOSTS=github.com
12+
- GF_ALLOWED_ORIGINS="http://localhost:3000"
13+
volumes:
14+
- /home/atm/Code/vhv:/var/lib/grafana/plugins
15+
- /home/atm/.ssh/clumsy:/usr/share/grafana/.ssh
16+
17+
# - ./grafana/provisioning/home-dashboard/home.json:/usr/share/grafana/public/dashboards/home.json
18+
ports:
19+
- 3001:3000

0 commit comments

Comments
 (0)