Delta-Load

This commit is contained in:
2025-12-22 13:22:11 +01:00
parent edcea04b92
commit 307c8f710b
31 changed files with 680 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
version: "3.3"
services:
adguard-exporter:
container_name: prometheus-adguard-exporter
environment:
- ADGUARD_SERVERS=http://192.168.178.143
- ADGUARD_USERNAMES=sven
- ADGUARD_PASSWORDS=wuk!baq3cxk*DYA@fpu
- INTERVAL=15s
ports:
- 9618:9618
image: ghcr.io/henrywhitaker3/adguard-exporter:latest
restart: unless-stopped
networks: {}