mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-11 03:36:55 +08:00
14 lines
308 B
YAML
14 lines
308 B
YAML
|
version: '3'
|
||
|
services:
|
||
|
homeassistant:
|
||
|
container_name: ${CONTAINER_NAME}
|
||
|
restart: always
|
||
|
network_mode: "host"
|
||
|
volumes:
|
||
|
- "${DATA_PATH}:/config"
|
||
|
environment:
|
||
|
- TZ=Asia/Shanghai
|
||
|
image: homeassistant/home-assistant:2023.8.0.dev20230723
|
||
|
labels:
|
||
|
createdBy: "Apps"
|