Skip to content

Instantly share code, notes, and snippets.

@curdbecker
curdbecker / docker-compose.yml
Created April 21, 2026 22:38
Homassistant + avahi-based mDNS reflector for Synology NAS as docker compose
services:
homeassistant:
container_name: homeassistant
image: ghcr.io/home-assistant/home-assistant:stable
volumes:
- ./config:/config
- ./media:/media
- /etc/localtime:/etc/localtime:ro
restart: unless-stopped
ports: