Home Assistant
Open-source home automation platform.
Directory Structure
- .env
- docker-compose.yml
docker-compose.yml
version: '3.9'
services:
homeassistant:
container_name: homeassistant
image: "ghcr.io/home-assistant/home-assistant:stable"
volumes:
- /PATH_TO_YOUR_CONFIG:/config
- /etc/localtime:/etc/localtime:ro
- /run/dbus:/run/dbus:ro
restart: unless-stopped
privileged: true
network_mode: hostResources
Website: https://www.home-assistant.io/
GitHub: https://github.com/home-assistant/core
Docker Hub: https://hub.docker.com/r/homeassistant/home-assistant
Configuration: https://www.home-assistant.io/installation/