Adds nexus and vikunja

This commit is contained in:
tga
2026-07-17 11:16:47 +02:00
parent 5eaed28234
commit 7e87a6cbb9
39 changed files with 214 additions and 2185 deletions
+21
View File
@@ -0,0 +1,21 @@
[Unit]
Description=Vikunja Redis container
[Container]
AutoUpdate=registry
ContainerName=vikunja-redis
Environment=TZ=Europe/Zurich
Exec=/bin/sh -c 'redis-server --appendonly yes --requirepass $${REDIS_PASSWORD}'
Image=docker.io/redis:alpine
Label=io.containers.autoupdate=registry
Pod=vikunja.pod
Secret=redis-password,type=env,target=REDIS_PASSWORD
StartWithPod=true
Timezone=Europe/Zurich
Volume=vikunja-redis-data.volume:/data
[Service]
Restart=always
[Install]
WantedBy=default.target