1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-19 02:21:02 +08:00
2024-06-01 18:07:27 +08:00

13 lines
281 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:latest
labels:
createdBy: "Apps"