k3s/retired-services/hass/compose-hass.yaml

17 lines
414 B
YAML
Raw Permalink Normal View History

2026-03-05 12:57:15 -05:00
---
name: hass
services:
home-assistant:
container_name: homeassistant
privileged: true
restart: unless-stopped
environment:
- TZ=America/New_York
volumes:
- /docker/hass:/config
- /run/dbus:/run/dbus:ro
network_mode: host
image: ghcr.io/home-assistant/home-assistant:stable
ports:
- "8123:8123/tcp"