Init exporter-pihole
This commit is contained in:
parent
0ce5dc1681
commit
90f1f47d67
@ -57,6 +57,18 @@ services:
|
|||||||
labels:
|
labels:
|
||||||
- traefik.enable=false
|
- 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:
|
uptime-kuma:
|
||||||
image: louislam/uptime-kuma:1
|
image: louislam/uptime-kuma:1
|
||||||
container_name: monitoring_uptime-kuma
|
container_name: monitoring_uptime-kuma
|
||||||
|
2
fighter/config/monitoring/exporter-pihole.env
Normal file
2
fighter/config/monitoring/exporter-pihole.env
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
PIHOLE_HOSTNAME=192.168.1.32
|
||||||
|
PORT=9617
|
Loading…
Reference in New Issue
Block a user