mirror of
https://github.com/LinoSchmidt/Allnet-Dashboard.git
synced 2026-03-21 02:31:15 +01:00
Grafana
This commit is contained in:
@@ -44,4 +44,15 @@ services:
|
||||
ports:
|
||||
- 3000:3000
|
||||
environment:
|
||||
- TZ=Europe/Berlin
|
||||
- TZ=Europe/Berlin
|
||||
- GF_AUTH_ANONYMOUS_ENABLED=true
|
||||
- GF_AUTH_ANONYMOUS_ORG_ROLE=Viewer
|
||||
- GF_SECURITY_ALLOW_EMBEDDING=true
|
||||
- GF_SECURITY_ADMIN_USER=admin
|
||||
- GF_SECURITY_ADMIN_PASSWORD=${GRAFANA_PASSWORD}
|
||||
- INFLUXDB_TOKEN=${INFLUXDB_TOKEN}
|
||||
volumes:
|
||||
- ./grafana/storage:/var/lib/grafana
|
||||
- ./grafana-provisioning/datasources:/etc/grafana/provisioning/datasources
|
||||
- ./grafana-provisioning/dashboards-prov:/etc/grafana/provisioning/dashboards
|
||||
- ./grafana-provisioning/dashboards:/var/lib/grafana/dashboards
|
||||
Reference in New Issue
Block a user