appstore-1panel/apps/home-assistant/2024.2.2/docker-compose.yml

14 lines
289 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:2024.2.2
labels:
createdBy: "Apps"