Introduce unbound for caching dns and move pihole to macvlan. Use "lan" as local domain name.

This commit is contained in:
2021-11-09 06:13:19 +01:00
parent 9dea2f7766
commit b6ca572067
9 changed files with 55 additions and 48 deletions

View File

@@ -20,7 +20,7 @@ services:
labels:
- "traefik.enable=true"
- "traefik.http.routers.vaultwarden.entrypoints=web"
- "traefik.http.routers.vaultwarden.rule=Host(`vault.localhost`) || Host(`vault.local`)"
- "traefik.http.routers.vaultwarden.rule=Host(`vault.lan`)"
- "traefik.http.services.vaultwarden.loadbalancer.server.port=80"
networks:
- internal