2
0
mirror of https://github.com/acepanel/templates.git synced 2026-02-04 07:27:13 +08:00
Files
templates/home-assistant/docker-compose.yml
2026-01-23 06:49:40 +08:00

14 lines
303 B
YAML

services:
homeassistant:
image: homeassistant/home-assistant:2026.1.2
restart: unless-stopped
network_mode: "host"
cap_add:
- NET_ADMIN
- NET_RAW
volumes:
- "./data:/config"
- "/run/dbus:/run/dbus:ro"
environment:
- TZ=${HOME_ASSISTANT_TIME_ZONE}