Compare commits

..

2 Commits

Author SHA1 Message Date
3aa8f44661 New compose files 2025-07-14 12:14:34 +02:00
7689c6ad5a Deprecate ncfiles 2025-07-14 12:07:18 +02:00
5 changed files with 34 additions and 0 deletions

13
note-red.yaml Normal file
View File

@@ -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

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