[homeassistant] Add matter-server

This commit is contained in:
JuliusFreudenberger 2025-11-08 00:03:54 +01:00
parent 07077a4fd9
commit f4e0549c46

View file

@ -12,5 +12,14 @@ services:
privileged: true
network_mode: host
matter-server:
image: ghcr.io/home-assistant-libs/python-matter-server:${matter_version:-stable}
restart: unless-stopped
volumes:
- matter_data:/data:rw
- /run/dbus:/run/dbus:ro
network_mode: host
volumes:
hass_config:
matter_data: