2025-06-18 16:12:48 +05:30
|
|
|
services:
|
|
|
|
|
homeassistant:
|
2025-07-03 18:20:07 +00:00
|
|
|
image: homeassistant/home-assistant:2025.7.0
|
2025-06-18 16:12:48 +05:30
|
|
|
container_name: homeassistant
|
|
|
|
|
network_mode: host
|
|
|
|
|
volumes:
|
|
|
|
|
- ${APPDATA_PATH}/homeassistant/config:/config
|
|
|
|
|
- /etc/localtime:/etc/localtime:ro
|
|
|
|
|
restart: unless-stopped
|