fest: zigbee2mqtt, nginx, code-server

This commit is contained in:
2024-05-25 10:23:34 +01:00
parent 91bfb4a9ac
commit 877ab22566
5 changed files with 80 additions and 11 deletions

View File

@@ -0,0 +1,19 @@
version: '3.8'
services:
zigbee2mqtt:
container_name: zigbee2mqtt
image: koenkk/zigbee2mqtt
restart: unless-stopped
volumes:
- data:/app/data
- /run/udev:/run/udev:ro
ports:
# Frontend port
- 8085:8080
environment:
- TZ=Europe/Berlin
devices:
# Make sure this matched your adapter location
- /dev/ttyUSB0:/dev/ttyUSB0
volumes:
data: