klein update
This commit is contained in:
@@ -12,6 +12,8 @@ Smtp : mdmuser : Q8ZdNSEFCPwDCpoPsage
|
|||||||
Smtp : n8nuser : Q8ZdNSEFCPwDCpoPsage
|
Smtp : n8nuser : Q8ZdNSEFCPwDCpoPsage
|
||||||
|
|
||||||
|
|
||||||
|
QuickHelp : win+ctrl+Q
|
||||||
|
|
||||||
Web: https://aps-hh.estargmbh.de/ virgI6774+
|
Web: https://aps-hh.estargmbh.de/ virgI6774+
|
||||||
|
|
||||||
Onboarding :
|
Onboarding :
|
||||||
|
|||||||
17
Docker/graphana_aps/docker-compose.yml
Normal file
17
Docker/graphana_aps/docker-compose.yml
Normal 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:
|
||||||
Reference in New Issue
Block a user