matter-server: remove matter-server, bye!

This commit is contained in:
2026-08-10 23:05:44 +02:00
parent c183f17606
commit 9411e860f9
3 changed files with 0 additions and 22 deletions
@@ -1,16 +0,0 @@
services:
matter-server:
image: ghcr.io/matter-js/python-matter-server:8.1.2
container_name: matter-server
restart: unless-stopped
network_mode: host
volumes:
- data:/data/
volumes:
data:
driver: local
driver_opts:
type: 'none'
o: 'bind'
device: '/app/matter-server/data'