services:
homeassistant:
container_name: homeassistant
image: ghcr.io/home-assistant/home-assistant:stable
volumes:
- ./home-assistant:/config
- /etc/localtime:/etc/localtime:ro
environment:
- TZ=Europe/Moscow
restart: unless-stopped
privileged: true
network_mode: host