Initial commit

This commit is contained in:
2025-11-06 20:28:41 +01:00
commit 5fc4fbcef3
182 changed files with 4742 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
[Unit]
Description=Redis container
After=unbound-redis-socket.container
Requires=unbound-redis-socket.container
[Container]
AutoUpdate=registry
Command=CMD redis-server /usr/local/etc/redis/redis.conf
ContainerName=unbound-redis
Environment=TZ=Europe/Zurich
HealthCheck=CMD /bin/bash -c '[[ -S /usr/local/unbound/cachedb.d/redis.sock ]]'
HealthInterval=30s
HealthTimeout=10s
HealthRetries=5
Image=docker.io/redis:alpine
Pod=pihole.pod
StartWithPod=true
Timezone=Europe/Zurich
Volume=unbound-redis-data.volume:/data
Volume=unbound-redis-conf.volume:/usr/local/etc/redis
Volume=unbound-redis-cache.volume:/usr/local/unbound/cachedb.d
[Service]
Restart=always
[Install]
WantedBy=default.target