This commit is contained in:
2026-06-03 08:28:41 +00:00
parent 67b41e5c3b
commit 955bb74cd9
7 changed files with 70 additions and 8 deletions
+8 -2
View File
@@ -1,7 +1,7 @@
services:
homeassistant:
container_name: homeassistant
image: "ghcr.io/home-assistant/home-assistant:stable"
image: ghcr.io/home-assistant/home-assistant:stable
volumes:
- /data/services/homeassistant:/config
- /etc/localtime:/etc/localtime:ro
@@ -9,14 +9,20 @@ services:
restart: unless-stopped
privileged: true
network_mode: host
cap_add:
- NET_ADMIN
- NET_RAW
matter:
container_name: homeassistant_matter
image: ghcr.io/home-assistant-libs/python-matter-server:stable
restart: unless-stopped
network_mode: host
# environment:
# MATTER_DCL_PRODUCTIONURL: https://on.main-net.trustasia.com
security_opt:
- apparmor:unconfined
command: --enable-test-net-dcl --port 5580 --listen-address=0.0.0.0 --storage-path=/data --paa-root-cert-dir=/data/credentials --log-level verbose
volumes:
- /data/services/homeassistant_matter:/data
- /run/dbus:/run/dbus:ro
- /run/dbus:/run/dbus:ro