Add pihole-specific env vars

This commit is contained in:
Joey Hafner 2022-07-13 23:25:35 -07:00
parent af7ed80074
commit 8c0067071b
2 changed files with 9 additions and 1 deletions

View File

@ -25,4 +25,7 @@ SMTP_USER=noreply@jafner.net
SMTP_PASS=
SMTP_SSL=true
SMTP_TLS=false
## Configure client to use SSL, not TLS
## Configure client to use SSL, not TLS
## Container-specific configuration
SECRET_WEBPASSWORD=F4a3KhuKvYbKKsQZqGiHQVxUncc5GEawPrDh9PngX9DAnR4s

View File

@ -14,6 +14,11 @@ services:
environment:
PUID: ${PUID}
PGID: ${PGID}
TZ: ${TZ}
WEBPASSWORD: ${SECRET_WEBPASSWORD}
ADMIN_EMAIL: ${ADMIN_EMAIL}
PIHOLE_DNS_: 1.1.1.1;1.0.0.1
VIRTUAL_HOST: https://pihole.jafner.net
volumes:
- ${DOCKER_DATA}/pihole:/etc/pihole
- ${DOCKER_DATA}/dnsmasq:/etc/dnsmasq.d