[homeassistant] Add matter-server
This commit is contained in:
parent
07077a4fd9
commit
f4e0549c46
1 changed files with 9 additions and 0 deletions
|
|
@ -12,5 +12,14 @@ services:
|
||||||
privileged: true
|
privileged: true
|
||||||
network_mode: host
|
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:
|
volumes:
|
||||||
hass_config:
|
hass_config:
|
||||||
|
matter_data:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue