Updates nextcloud, adds overleaf, zigbee etc
This commit is contained in:
@@ -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