Remove pihole

Internal VPN server is working just perfectly instead
This commit is contained in:
Jake Howard
2020-06-24 18:46:13 +01:00
parent 7d61282d19
commit dd12b795b5
7 changed files with 0 additions and 93 deletions

View File

@ -1,5 +0,0 @@
localise-queries
{% for host in internal_hostnames %}
host-record={{ host }},{{ wireguard.clients.intersect.ip }}
{% endfor %}

View File

@ -1,22 +0,0 @@
version: "2.3"
services:
pihole:
container_name: pihole
image: pihole/pihole:v5.0
ports:
- "{{ wireguard.clients.intersect.ip }}:53:53/tcp"
- "{{ wireguard.clients.intersect.ip }}:53:53/udp"
environment:
- TZ=Europe/London
- VIRTUAL_HOST=pihole.jakehoward.tech
volumes:
- ./pihole/:/etc/pihole/
- ./dnsmasq.d/:/etc/dnsmasq.d/
restart: unless-stopped
labels:
- traefik.enable=true
- traefik.http.routers.pihole.rule=Host(`pihole.jakehoward.tech`)
- traefik.http.routers.pihole.tls.certresolver=le
- traefik.http.routers.pihole.middlewares=internal-only@file
- traefik.http.services.pihole-pihole.loadbalancer.server.port=80