Skip to content

Commit bfb8b55

Browse files
authored
Merge pull request #780 from SensorsIot/matter-thread
Added python-matter-server, thread and matterbridge
2 parents 4b58894 + a1e443f commit bfb8b55

File tree

10 files changed

+1605
-0
lines changed

10 files changed

+1605
-0
lines changed

.templates/matterbridge/service.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
matterbridge:
2+
container_name: matterbridge
3+
image: "luligu/matterbridge:1.6.7"
4+
restart: unless-stopped
5+
network_mode: host
6+
volumes:
7+
- ./volumes/matterbridge/data:/root/.matterbridge
8+
- ./volumes/matterbridge/plugins:/root/Matterbridge

0 commit comments

Comments
 (0)