Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- version: '2'
- services:
- homebridge:
- image: homebridge/homebridge:latest
- container_name: homebridge
- volumes:
- - 'homebridge:/home/homebridge/app'
- healthcheck:
- test: curl --fail http://localhost:8581/ || exit 1
- interval: 40s
- timeout: 30s
- retries: 3
- start_period: 60s
- environment:
- - HOMEBRIDGE_CONFIG_UI_PORT="8581"
- - TZ="America/New_York"
- - ENABLE_AVAHI="1"
- - HOMEBRIDGE_CONFIG_UI="1"
- restart: always
- network_mode: host
- logging:
- driver: json-file
- options:
- max-size: 10mb
- max-file: '1'
Advertisement
Add Comment
Please, Sign In to add comment