New compose files

This commit is contained in:
2025-07-14 12:14:34 +02:00
parent 7689c6ad5a
commit 3aa8f44661
2 changed files with 34 additions and 0 deletions

21
zigbee2mqtt.yaml Normal file
View File

@@ -0,0 +1,21 @@
networks:
frontend:
external: true
services:
zigbee2mqtt:
container_name: zigbee2mqtt
image: ghcr.io/koenkk/zigbee2mqtt
restart: unless-stopped
volumes:
- /docker/zigbee2mqtt:/app/data
- /run/udev:/run/udev:ro
ports:
# Frontend port
- 8823:8080
#- 8823:8823
environment:
- TZ=Europe/Budapest
networks:
frontend:
ipv4_address: 172.20.0.12