appstore-1panel/apps/home-assistant/2023.8.0.dev20230723/docker-compose.yml
2023-08-04 15:55:49 +08:00

14 lines
301 B
YAML

version: '3'
services:
homeassistant:
container_name: ${CONTAINER_NAME}
restart: always
network_mode: "host"
volumes:
- "./data:/config"
environment:
- TZ=${TIME_ZONE}
image: homeassistant/home-assistant:2023.8.0.dev20230723
labels:
createdBy: "Apps"