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
|
||||
Reference in New Issue
Block a user