New compose files
This commit is contained in:
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