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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user