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
View File
@@ -6,7 +6,6 @@ updates:
interval: weekly
directories:
- "/docker/home/esphome"
- "/docker/home/matter-server"
- "/docker/home/mosquitto-mqtt"
- "/docker/home/n8n"
- "/docker/home/node-red"
-5
View File
@@ -3,11 +3,6 @@ esphome:
branch: main
compose_file: docker/home/esphome/docker-compose.yml
matter-server:
repo: homeprod
branch: main
compose_file: docker/home/matter-server/docker-compose.yml
mosquitto-mqtt:
repo: homeprod
branch: main
@@ -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'