appstore-1panel/apps/home-assistant/2024.6.1/docker-compose.yml
2024-06-13 14:49:54 +08:00

14 lines
309 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.6.1
labels:
createdBy: "Apps"