mirror of
https://github.com/pooneyy/1Panel-Appstore.git
synced 2026-03-18 01:01:02 +08:00
- 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
13 lines
300 B
YAML
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"
|