Files
docker-compose/smart-home/docker-compose.yml
2025-08-21 11:43:10 +02:00

16 lines
596 B
YAML

services:
home-assistant:
image: "ghcr.io/home-assistant/home-assistant:stable"
container_name: home-assistant
privileged: true
network_mode: host
volumes:
- /mnt/user/appdata/home-assistant:/config
- /etc/localtime:/etc/localtime:ro
- /run/dbus:/run/dbus:ro
restart: unless-stopped
labels:
net.unraid.docker.icon: "https://t1.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=http://homeassistant.io&size=256"
net.unraid.docker.webui: "https://home-assistant.homecube.org"
folder.view2: "Services"