services: homeassistant: image: homeassistant/home-assistant:2025.6.1 container_name: homeassistant network_mode: host volumes: - ${APPDATA_PATH}/homeassistant/config:/config - /etc/localtime:/etc/localtime:ro restart: unless-stopped