Updates nextcloud, adds overleaf, zigbee etc
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user