steveternet/nuc/homeassistant/docker-compose.yml

19 lines
406 B
YAML
Raw Normal View History

2023-12-25 21:09:14 +00:00
version: '3'
services:
homeassistant:
container_name: homeassistant
image: "ghcr.io/home-assistant/home-assistant:stable"
volumes:
- homeassistant_config:/config
- /etc/localtime:/etc/localtime:ro
restart: unless-stopped
privileged: true
network_mode: host
environment:
- DOMAIN_ROOT=${DOMAIN_ROOT}
volumes:
homeassistant_config:
external: true