Compare commits

..

8 Commits

Author SHA1 Message Date
cc0df08051 build 2025-12-14 02:06:26 +01:00
bf2772103a build 2025-12-14 02:05:47 +01:00
e23498073d build 2025-12-14 02:04:35 +01:00
a75e61ef72 build 2025-12-14 02:04:03 +01:00
d0d3a56a7c build 2025-12-14 02:03:02 +01:00
c6d44a83e2 build 2025-12-14 01:50:14 +01:00
91d00911e5 build 2025-12-14 01:19:08 +01:00
9594626646 build 2025-12-13 21:26:29 +01:00
4 changed files with 26 additions and 4 deletions

View File

@@ -10,6 +10,7 @@
- wud.watch.digest=true - wud.watch.digest=true
- wud.watch=true - wud.watch=true
dns: dns:
- 192.168.77.1
- 192.168.77.101 - 192.168.77.101
app: app:
environment: environment:

View File

@@ -1,6 +1,7 @@
services: services:
homepage: homepage:
dns: dns:
- 192.168.77.1
- 192.168.77.101 - 192.168.77.101
environment: environment:
HOMEPAGE_ALLOWED_HOSTS: sectorq.eu,active.home.lan:3003,m-server.home.lan:3003,rpi5.home.lan:3003,nas.home.lan:3003,192.168.77.238:3003,rack.home.lan:3003,192.168.80.222:3003 HOMEPAGE_ALLOWED_HOSTS: sectorq.eu,active.home.lan:3003,m-server.home.lan:3003,rpi5.home.lan:3003,nas.home.lan:3003,192.168.77.238:3003,rack.home.lan:3003,192.168.80.222:3003

View File

@@ -1,5 +1,5 @@
volumes: volumes:
data:: data:
driver: local driver: local
dnsmasq_d: dnsmasq_d:
driver: local driver: local
@@ -43,6 +43,10 @@ services:
volumes: volumes:
- data:/etc/pihole - data:/etc/pihole
- dnsmasq_d:/etc/dnsmasq.d - dnsmasq_d:/etc/dnsmasq.d
- type: tmpfs
target: /dev/shm
tmpfs:
size: 248000000
deploy: deploy:
labels: labels:
com.centurylinklabs.watchtower.enable: 'true' com.centurylinklabs.watchtower.enable: 'true'

View File

@@ -33,6 +33,17 @@ services:
TZ: Europe/Bratislava TZ: Europe/Bratislava
hostname: m-server hostname: m-server
image: pihole/pihole:latest image: pihole/pihole:latest
shm_size: '256mb'
logging:
driver: loki
options:
loki-url: http://192.168.77.101:3100/loki/api/v1/push
loki-relabel-config: |
- action: labelmap
regex: swarm_stack
replacement: namespace
- action: labelmap
regex: swarm_(service)
labels: labels:
com.centurylinklabs.watchtower.enable: 'true' com.centurylinklabs.watchtower.enable: 'true'
homepage.container: pihole homepage.container: pihole
@@ -53,10 +64,15 @@ services:
pihole: pihole:
ipv4_address: 192.168.78.254 ipv4_address: 192.168.78.254
ports: ports:
- '53:53' - '53:53/udp'
- '9380:80' - '9380:80'
- '9343:443' - '9343:443'
restart: always restart: always
volumes: volumes:
- /share/docker_data/pihole/etc-pihole:/etc/pihole - data:/etc/pihole
- /share/docker_data/pihole/etc-dnsmasq.d:/etc/dnsmasq.d - dnsmasq_d:/etc/dnsmasq.d
volumes:
data:
driver: local
dnsmasq_d:
driver: local