aboutsummaryrefslogtreecommitdiff
path: root/internal/matter-server
diff options
context:
space:
mode:
authorDylan Bolger <dylan.bolger00@gmail.com>2024-04-28 00:31:28 -0500
committerDylan Bolger <dylan.bolger00@gmail.com>2024-04-28 00:31:28 -0500
commit75a4dc69f9f9912cc6efa7d45299dc6802355c8d (patch)
tree7e5201c7b930baac86fcc122b8dbd8f66941b96c /internal/matter-server
parenta0f9825517624dc1355b0e7b0d9610163205e46d (diff)
downloadpi-composition-master.tar.xz
pi-composition-master.zip
add compose filesHEADmaster
Diffstat (limited to 'internal/matter-server')
-rw-r--r--internal/matter-server/compose.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/internal/matter-server/compose.yaml b/internal/matter-server/compose.yaml
new file mode 100644
index 0000000..d282e23
--- /dev/null
+++ b/internal/matter-server/compose.yaml
@@ -0,0 +1,13 @@
+name: matter-server
+version: '3.8'
+services:
+ matter-server:
+ container_name: matter-server
+ image: ghcr.io/home-assistant-libs/python-matter-server:stable
+ restart: always
+ security_opt:
+ - apparmor=unconfined
+ volumes:
+ - "${MATTER_SERVER_PATH}:/data"
+ - /run/dbus:/run/dbus:ro
+ network_mode: host