Skip to content

Commit

Permalink
add webrtc
Browse files Browse the repository at this point in the history
  • Loading branch information
yp87 committed Jun 24, 2024
1 parent 744d187 commit 8a098d4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@
[submodule "hass/external_dependencies/polestar"]
path = hass/external_dependencies/polestar
url = https://github.com/leeyuentuen/polestar_api
[submodule "hass/external_dependencies/webrtc"]
path = hass/external_dependencies/webrtc
url = https://github.com/AlexxIT/WebRTC
8 changes: 8 additions & 0 deletions docker-compose-homeassistant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,14 @@ services:
network_mode: "host"
restart: unless-stopped

go2rtc:
contains_name: go2rtc
image: alexxit/go2rtc
ports:
- '1984:1984'
- '8554:8554'
- '8555:8555'

# piper:
# container_name: piper
# image: rhasspy/wyoming-piper
Expand Down
1 change: 1 addition & 0 deletions hass/external_dependencies/webrtc
Submodule webrtc added at 2ead58

0 comments on commit 8a098d4

Please sign in to comment.