Skip to content

Commit 313faf2

Browse files
Added matterbridge
1 parent 6878a90 commit 313faf2

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

.templates/matterbridge/service.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
matterbridge:
2+
container_name: matterbridge
3+
image: "luligu/matterbridge:1.6.1"
4+
restart: unless-stopped
5+
ports:
6+
- "8284:8283"
7+
volumes:
8+
- ./volumes/matterbridge/data:/root/.matterbridge
9+
- ./volumes/matterbridge/plugins:/root/Matterbridge

.templates/otbr/service.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ otbr:
1616
- otbr-data:/var/lib/otbr
1717
- otbr-wpantund:/etc/wpantund.conf
1818
- otbr-config:/etc/otbr
19-
ports: # For reference only. Thread requires these ports.
20-
- "8283:8283"
19+
ports:
20+
- "80:8283"
2121
command: >
2222
--radio-url spinel+hdlc+uart:///dev/ttyX # Example
2323

0 commit comments

Comments
 (0)