1
0
Fork 0
1Panel-Appstore/home-assistant/2024.10.4/docker-compose.yml

14 lines
310 B
YAML

services:
homeassistant:
container_name: ${CONTAINER_NAME}
restart: always
network_mode: "host"
volumes:
- "./data:/config"
- "/run/dbus:/run/dbus:ro"
environment:
- TZ=${TIME_ZONE}
image: homeassistant/home-assistant:2024.10.4
labels:
createdBy: "Apps"