Skip to content

Instantly share code, notes, and snippets.

@markus-k
Created March 17, 2018 13:21
Show Gist options
  • Save markus-k/301a5f546293167b9572d4f9b1f3447c to your computer and use it in GitHub Desktop.
Save markus-k/301a5f546293167b9572d4f9b1f3447c to your computer and use it in GitHub Desktop.
hass.io docker-compose
version: '3'
services:
home-assistant:
image: homeassistant/home-assistant
volumes:
- ./data/home-assistant:/config
- /etc/localtime:/etc/localtime:ro
restart: always
network_mode: host
configurator:
image: causticlab/hass-configurator-docker:x86_64-0.2.4
volumes:
- ./data/configurator:/config
- ./data/home-assistant:/hass-config
network_mode: host
homebridge:
image: oznu/homebridge
volumes:
- ./data/homebridge:/homebridge
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Berlin
restart: always
network_mode: host
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment