Updates nextcloud, adds overleaf, zigbee etc
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
[Pod]
|
||||
PodName=homeassistant
|
||||
PublishPort=9003:8123
|
||||
PublishPort=9025:8080
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
[Volume]
|
||||
Copy=true
|
||||
Device=/var/mnt/nas/containers/homeassistant/storage/mosquitto-config
|
||||
Driver=local
|
||||
Options=bind
|
||||
Type=none
|
||||
VolumeName=mosquitto-config
|
||||
@@ -0,0 +1,7 @@
|
||||
[Volume]
|
||||
Copy=true
|
||||
Device=/var/mnt/nas/containers/homeassistant/storage/mosquitto-data
|
||||
Driver=local
|
||||
Options=bind
|
||||
Type=none
|
||||
VolumeName=mosquitto-data
|
||||
@@ -0,0 +1,2 @@
|
||||
[Volume]
|
||||
VolumeName=mosquitto-log
|
||||
@@ -0,0 +1,21 @@
|
||||
[Unit]
|
||||
Description=Mosquitto container
|
||||
|
||||
[Container]
|
||||
AutoUpdate=registry
|
||||
ContainerName=mosquitto
|
||||
Environment=TZ=Europe/Zurich
|
||||
Image=docker.io/eclipse-mosquitto:2
|
||||
Label=io.containers.autoupdate=registry
|
||||
Pod=homeassistant.pod
|
||||
StartWithPod=true
|
||||
Timezone=Europe/Zurich
|
||||
Volume=mosquitto-config.volume:/mosquitto/config
|
||||
Volume=mosquitto-data.volume:/mosquitto/data
|
||||
Volume=mosquitto-log.volume:/mosquitto/log
|
||||
|
||||
[Service]
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
@@ -0,0 +1,7 @@
|
||||
[Volume]
|
||||
Copy=true
|
||||
Device=/var/mnt/nas/containers/homeassistant/storage/zigbee2mqtt-data
|
||||
Driver=local
|
||||
Options=bind
|
||||
Type=none
|
||||
VolumeName=zigbee2mqtt-data
|
||||
@@ -0,0 +1,24 @@
|
||||
[Unit]
|
||||
Description=ZigBee2MQTT container
|
||||
After=mosquitto.container
|
||||
Requires=mosquitto.container
|
||||
|
||||
[Container]
|
||||
AutoUpdate=registry
|
||||
ContainerName=zigbee2mqtt
|
||||
AddDevice=/dev/serial/by-id/usb-SONOFF_SONOFF_Dongle_Plus_MG24_56ef89bf70f5ef11915aa1a29ed47d52-if00-port0:/dev/ttyUSB0
|
||||
Environment=TZ=Europe/Zurich
|
||||
GroupAdd=keep-groups
|
||||
Image=docker.io/koenkk/zigbee2mqtt:2
|
||||
Label=io.containers.autoupdate=registry
|
||||
Pod=homeassistant.pod
|
||||
StartWithPod=true
|
||||
Timezone=Europe/Zurich
|
||||
Volume=zigbee2mqtt-data.volume:/app/data
|
||||
Volume=/run/udev:/run/udev:ro
|
||||
|
||||
[Service]
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
@@ -12,7 +12,7 @@ AutoUpdate=registry
|
||||
ContainerName=nextcloud-cron
|
||||
Entrypoint=/cron.sh
|
||||
Environment=TZ=Europe/Zurich
|
||||
Image=docker.io/nextcloud:33
|
||||
Image=docker.io/nextcloud:34
|
||||
Label=io.containers.autoupdate=registry
|
||||
Pod=nextcloud.pod
|
||||
StartWithPod=true
|
||||
|
||||
@@ -16,7 +16,7 @@ Environment=PHP_UPLOAD_LIMIT=100G
|
||||
Environment=REDIS_HOST=nextcloud-redis
|
||||
Environment=TRUSTED_PROXIES="192.168.0.0/16 172.16.0.0/12 169.254.0.0/16 10.0.0.0/8"
|
||||
Environment=TZ=Europe/Zurich
|
||||
Image=docker.io/nextcloud:33
|
||||
Image=docker.io/nextcloud:34
|
||||
Label=io.containers.autoupdate=registry
|
||||
Pod=nextcloud.pod
|
||||
Secret=database-user,type=env,target=MYSQL_USER
|
||||
|
||||
@@ -16,7 +16,6 @@ Volume=nginx-certs.volume:/etc/nginx/certs:z
|
||||
Volume=nginx-config.volume:/etc/nginx/conf.d
|
||||
Volume=nginx-html.volume:/usr/share/nginx/html
|
||||
Volume=nginx-stream.volume:/etc/nginx/stream.d
|
||||
Volume=nginx-vhost.volume:/etc/nginx/vhost.d
|
||||
|
||||
[Service]
|
||||
Restart=always
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
[Pod]
|
||||
PodName=nginx
|
||||
PublishPort=8080:80
|
||||
PublishPort=4443:443
|
||||
PublishPort=8080:80/tcp
|
||||
PublishPort=8080:80/udp
|
||||
PublishPort=4443:443/tcp
|
||||
PublishPort=4443:443/udp
|
||||
|
||||
@@ -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