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

Commit 11f5f1c

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

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

docker-compose.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# Grafana
2-
## Dashboarding
31
grafana:
42
image: grafana/grafana:8.1.2
53
container_name: grafana-vhv
@@ -11,9 +9,7 @@
119
- SSH_KNOWN_HOSTS=github.com
1210
- GF_ALLOWED_ORIGINS="http://localhost:3000"
1311
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
12+
- ${PLUGIN_REPO}:/var/lib/grafana/plugins
13+
- ${GIT_SSH_KEY}:/usr/share/grafana/.GF_PANELS_DISABLE_SANITIZE_HTML
1814
ports:
1915
- 3001:3000

0 commit comments

Comments
 (0)