mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-11 06:46:55 +08:00
13 lines
276 B
YAML
13 lines
276 B
YAML
services:
|
|
homeassistant:
|
|
container_name: ${CONTAINER_NAME}
|
|
restart: always
|
|
network_mode: "host"
|
|
volumes:
|
|
- "./data:/config"
|
|
environment:
|
|
- TZ=${TIME_ZONE}
|
|
image: homeassistant/home-assistant:2024.4.3
|
|
labels:
|
|
createdBy: "Apps"
|