Init exporter-pihole

This commit is contained in:
Joey Hafner 2023-11-28 14:25:58 -08:00
parent 0ce5dc1681
commit 90f1f47d67
2 changed files with 14 additions and 0 deletions

View File

@ -57,6 +57,18 @@ services:
labels:
- traefik.enable=false
exporter-pihole:
image:
container_name: monitoring_exporter-pihole
env_file:
- exporter-pihole_secrets.env
- exporter-pihole.env
restart: "no"
networks:
- monitoring
labels:
- traefik.enable=false
uptime-kuma:
image: louislam/uptime-kuma:1
container_name: monitoring_uptime-kuma

View File

@ -0,0 +1,2 @@
PIHOLE_HOSTNAME=192.168.1.32
PORT=9617