22 lines
499 B
YAML
22 lines
499 B
YAML
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
|