Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- version: '3'
- services:
- homebridge:
- container_name: homebridge
- image: homebridge/homebridge
- restart: always
- network_mode: host
- volumes:
- - ./homebridge/volumes:/homebridge
- logging:
- driver: json-file
- options:
- max-size: "10mb"
- max-file: "1"
- mosquitto:
- container_name: mosquitto
- image: eclipse-mosquitto:2
- restart: always
- ports:
- - 1883:1883
- - 9001:9001
- volumes:
- - ./mosquitto:/mosquitto
- zigbee2mqtt:
- container_name: zigbee2mqtt
- image: koenkk/zigbee2mqtt:2
- restart: always
- depends_on:
- - mosquitto
- volumes:
- - ./zigbee2mqtt/data:/app/data
- - /run/udev:/run/udev:ro
- ports:
- - 8080:8080
- environment:
- - TZ=Europe/Lisbon
- devices:
- - /dev/ttyAMA0:/dev/ttyAMA0
Advertisement
Add Comment
Please, Sign In to add comment