From 3aa8f446618453864d98672eeef050659933a5f8 Mon Sep 17 00:00:00 2001 From: bartfaik04 Date: Mon, 14 Jul 2025 12:14:34 +0200 Subject: [PATCH] New compose files --- note-red.yaml | 13 +++++++++++++ zigbee2mqtt.yaml | 21 +++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 note-red.yaml create mode 100644 zigbee2mqtt.yaml diff --git a/note-red.yaml b/note-red.yaml new file mode 100644 index 0000000..bbcd780 --- /dev/null +++ b/note-red.yaml @@ -0,0 +1,13 @@ +version: "3.7" + +services: + node-red: + image: nodered/node-red:latest + container_name: notered + environment: + - TZ=Europe/Budapest + ports: + - "1880:1880" + network_mode: host + volumes: + - /docker/node-red-data:/data diff --git a/zigbee2mqtt.yaml b/zigbee2mqtt.yaml new file mode 100644 index 0000000..47fee44 --- /dev/null +++ b/zigbee2mqtt.yaml @@ -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