Added Pi-Hole to Network. Chagned Domain. Traefik extra providers

This commit is contained in:
Florian Zirker 2021-05-22 12:33:40 +02:00
parent 5e7be8598e
commit 2bce33d9ca
6 changed files with 47 additions and 18 deletions

View file

@ -0,0 +1,10 @@
http:
routers:
pihole:
rule: "Host(`pihole.lan`) || Host(`pi.hole`)"
service: pihole
services:
pihole:
loadbalancer:
servers:
- url: "http://192.168.16.5:8080/admin/"