Matter Server
Posted
Python server to interact with Matter.
# file: `docker-compose.yml`
services:
matterserver:
image: ${HONEYPI_IMAGE_REGISTRY_HOST:-ghcr.io}/home-assistant-libs/python-matter-server:${HONEYPI_MATTERSERVER_VERSION:-stable}
restart: unless-stopped
container_name: matterserver
network_mode: host
volumes:
- ${HONEYPI_DATA}/matterserver/data:/data:rw
- /run/dbus:/run/dbus:ro