New compose files
This commit is contained in:
13
note-red.yaml
Normal file
13
note-red.yaml
Normal 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
21
zigbee2mqtt.yaml
Normal 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
|
||||||
Reference in New Issue
Block a user