klein update

This commit is contained in:
2026-02-26 12:01:18 +01:00
parent 6864d29ffb
commit 1538e7c634
2 changed files with 19 additions and 0 deletions

View File

@@ -12,6 +12,8 @@ Smtp : mdmuser : Q8ZdNSEFCPwDCpoPsage
Smtp : n8nuser : Q8ZdNSEFCPwDCpoPsage
QuickHelp : win+ctrl+Q
Web: https://aps-hh.estargmbh.de/ virgI6774+
Onboarding :

View File

@@ -0,0 +1,17 @@
services:
grafana:
image: grafana/grafana-oss:9.5.15
container_name: graphana_aps
restart: unless-stopped
ports:
- "3000:3000"
environment:
- GF_INSTALL_PLUGINS=jasonlashua-prtg-datasource
- GF_SERVER_ROOT_URL=http://graphana.aps.local
- GF_SECURITY_ADMIN_PASSWORD=admin
- GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS=jasonlashua-prtg-datasource
volumes:
- graphana_data:/var/lib/grafana
volumes:
graphana_data: