Added tag for backup

add pihole on aya01

Signed-off-by: TuDatTr <tuan-dat.tran@tudattr.dev>
This commit is contained in:
TuDatTr
2022-12-08 23:54:31 +01:00
parent 271a596004
commit cbb3bfd854
5 changed files with 46 additions and 6 deletions

View File

@@ -38,7 +38,8 @@ services:
- "/etc/localtime:/etc/localtime:ro"
- "{{ ha_config }}:/config/"
privileged: true
network_mode: host
ports:
- 8123:8123
labels:
- "traefik.enable=true"
- "traefik.http.routers.homeassistant.rule=Host(`hass.{{local_domain}}`)"
@@ -56,7 +57,7 @@ services:
- "67:67/udp"
- "8089:80/tcp"
environment:
- "WEBPASSWORD={{ vault_pihole_password }}"
- "WEBPASSWORD={{ vault_pi_pihole_password }}"
- "ServerIP=192.168.20.11"
- "INTERFACE=eth0"
- "DNS1=1.1.1.1"