appstore-1panel/apps/home-assistant/2024.4.3/docker-compose.yml
2024-04-20 23:29:52 +08:00

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"