Adds auto-update to containers, enables auto-update for root, sync only at 8 and 20, excludes some files from sync

This commit is contained in:
2026-03-07 17:31:41 +01:00
parent 91e0a6c522
commit e4e3a36c4a
48 changed files with 49 additions and 7 deletions
+1
View File
@@ -19,6 +19,7 @@ HealthInterval=30s
HealthTimeout=10s
HealthRetries=5
Image=docker.io/pihole/pihole:latest
Label=io.containers.autoupdate=registry
IP=172.20.0.6
Network=pihole.network
Pod=pihole.pod
@@ -7,6 +7,7 @@ Command=CMD chown -R 999:1001 /usr/local/unbound/cachedb.d/ && /bin/sh
ContainerName=unbound-redis-socket
Environment=TZ=Europe/Zurich
Image=docker.io/busybox
Label=io.containers.autoupdate=registry
Pod=pihole.pod
StartWithPod=true
Timezone=Europe/Zurich
+1
View File
@@ -13,6 +13,7 @@ HealthInterval=30s
HealthTimeout=10s
HealthRetries=5
Image=docker.io/redis:alpine
Label=io.containers.autoupdate=registry
Pod=pihole.pod
StartWithPod=true
Timezone=Europe/Zurich
+1
View File
@@ -18,6 +18,7 @@ HealthInterval=30s
HealthTimeout=10s
HealthRetries=5
Image=docker.io/madnuttah/unbound:latest
Label=io.containers.autoupdate=registry
IP=172.20.0.7
Network=pihole.network
Pod=pihole.pod