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
+27
View File
@@ -0,0 +1,27 @@
[Unit]
Description=Nexus database container
[Container]
AutoUpdate=registry
ContainerName=nexus-database
Environment=POSTGRES_USER=nexus
Environment=POSTGRES_DB=nexus
Environment=TZ=Europe/Zurich
HealthCmd=pg_isready -U nexus
HealthInterval=30s
HealthTimeout=10s
HealthRetries=5
Image=docker.io/postgres:18
Label=io.containers.autoupdate=registry
Pod=nexus.pod
Secret=database-password,type=env,target=POSTGRES_PASSWORD
StartWithPod=true
Timezone=Europe/Zurich
Volume=nexus-database.volume:/var/lib/postgresql
Volume=/var/mnt/nas/containers/nexus/storage/database-backup:/backup
[Service]
Restart=always
[Install]
WantedBy=default.target