Updates nextcloud, adds overleaf, zigbee etc

This commit is contained in:
tga
2026-07-09 10:25:10 +02:00
parent 3ad5df938e
commit 67281827a2
18 changed files with 262 additions and 10 deletions
+5
View File
@@ -1,2 +1,7 @@
[Volume]
Copy=true
Device=/var/mnt/nas/containers/overleaf/storage/data
Driver=local
Options=bind
Type=none
VolumeName=overleaf-data
@@ -0,0 +1,2 @@
[Volume]
VolumeName=overleaf-database-data
@@ -3,14 +3,14 @@ Description=Overleaf MongoDB container
[Container]
AutoUpdate=registry
Command="--replSet overleaf"
ContainerName=overleaf-database
Environment=MONGO_INITDB_DATABASE=sharelatex
Environment=TZ=Europe/Zurich
HealthCheck="echo 'db.stats().ok' | mongosh localhost:27017/test --quiet"
HealthCheckInterval=10s
HealthCheckTimeout=10s
HealthCheckRetries=5
Exec="--replSet overleaf"
HealthCmd="echo 'db.stats().ok' | mongosh localhost:27017/test --quiet"
HealthInterval=10s
HealthTimeout=10s
HealthRetries=5
Image=docker.io/mongo:8.0
Label=io.containers.autoupdate=registry
Pod=overleaf.pod
@@ -9,6 +9,7 @@ Exec=/bin/sh -c 'redis-server --appendonly yes --requirepass $${REDIS_PASSWORD}'
Image=docker.io/redis:latest
Label=io.containers.autoupdate=registry
Pod=overleaf.pod
Secret=overleaf-redis-password,type=env,target=REDIS_PASSWORD
StartWithPod=true
Timezone=Europe/Zurich
Volume=overleaf-redis-data.volume:/data