Skip to content

Instantly share code, notes, and snippets.

@b-reich
Created July 6, 2022 12:20
Show Gist options
  • Save b-reich/836943aa50c74cfdef57dbfec40fa6b0 to your computer and use it in GitHub Desktop.
Save b-reich/836943aa50c74cfdef57dbfec40fa6b0 to your computer and use it in GitHub Desktop.
homeassistant stack
version: '3'
services:
home-assistant:
container_name: home-assistant
image: homeassistant/home-assistant
volumes:
- ./data/home-assistant:/config
- /etc/localtime:/etc/localtime:ro
restart: always
network_mode: host
# configurator:
# container_name: configurator
# image: causticlab/hass-configurator-docker:x86_64
# volumes:
# - ./data/configurator:/config
# - ./data/home-assistant:/hass-config
# network_mode: host
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment