1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-18 01:01:02 +08:00
pooneyy 69fb87be1a
feat(home-assistant): update to version 2025.12.0.dev202511100241
- update docker image version from 2023.8.0.dev20230723 to 2025.12.0.dev202511100241
- migrate directory structure to new version path
- maintain existing environment configuration and data structure
2025-11-10 16:09:08 +08:00

13 lines
300 B
YAML

services:
homeassistant:
container_name: ${CONTAINER_NAME}
restart: always
network_mode: "host"
volumes:
- "${DATA_PATH}:/config"
environment:
- TZ=Asia/Shanghai
image: homeassistant/home-assistant:2025.12.0.dev202511100241
labels:
createdBy: "Apps"