mirror of
https://github.com/acepanel/templates.git
synced 2026-02-04 07:27:13 +08:00
14 lines
303 B
YAML
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}
|