15 lines
383 B
YAML
Executable File
15 lines
383 B
YAML
Executable File
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: {}
|