mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-12-14 10:24:53 +01:00
build
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
volumes:
|
volumes:
|
||||||
pihole_etc_pihole:
|
data::
|
||||||
driver: local
|
driver: local
|
||||||
pihole_etc_dnsmasq_d:
|
dnsmasq_d:
|
||||||
driver: local
|
driver: local
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
@@ -12,7 +12,7 @@ networks:
|
|||||||
config:
|
config:
|
||||||
- subnet: 192.168.78.0/24
|
- subnet: 192.168.78.0/24
|
||||||
services:
|
services:
|
||||||
pihole:
|
app:
|
||||||
cap_add:
|
cap_add:
|
||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
- SYS_TIME
|
- SYS_TIME
|
||||||
@@ -41,12 +41,12 @@ services:
|
|||||||
protocol: tcp
|
protocol: tcp
|
||||||
mode: ingress
|
mode: ingress
|
||||||
volumes:
|
volumes:
|
||||||
- pihole_etc_pihole:/etc/pihole
|
- data:/etc/pihole
|
||||||
- pihole_etc_dnsmasq_d:/etc/dnsmasq.d
|
- dnsmasq_d:/etc/dnsmasq.d
|
||||||
deploy:
|
deploy:
|
||||||
labels:
|
labels:
|
||||||
com.centurylinklabs.watchtower.enable: 'true'
|
com.centurylinklabs.watchtower.enable: 'true'
|
||||||
homepage.container: pihole
|
homepage.container: pihole_app
|
||||||
homepage.description: Add blocker
|
homepage.description: Add blocker
|
||||||
homepage.group: Infrastructure
|
homepage.group: Infrastructure
|
||||||
homepage.href: https://active.home.lan:9343/admin
|
homepage.href: https://active.home.lan:9343/admin
|
||||||
|
|||||||
Reference in New Issue
Block a user