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

@@ -22,7 +22,7 @@ services:
environment:
- PUID=1000
- GUID=1000
- APP_URL=http://bookstack.localhost
- APP_URL=http://bookstack.lan
- DB_HOST=mysql8
- DB_USER=bookstack
- DB_PASS=sdfl39302klsdjf
@@ -33,5 +33,5 @@ services:
labels:
- "traefik.enable=true"
- "traefik.http.routers.bookstack.entrypoints=web"
- "traefik.http.routers.bookstack.rule=Host(`bookstack.localhost`) || Host(`bookstack.local`)"
- "traefik.http.routers.bookstack.rule=Host(`bookstack.lan`)"
- "traefik.http.services.bookstack.loadbalancer.server.port=80"