Add LiveKit service configuration to compose.yaml
This commit is contained in:
parent
ead655afae
commit
f22a38d46f
1 changed files with 12 additions and 0 deletions
12
compose.yaml
12
compose.yaml
|
|
@ -39,3 +39,15 @@ services:
|
|||
restart: unless-stopped
|
||||
ports:
|
||||
- "8081:80"
|
||||
|
||||
livekit:
|
||||
image: livekit/livekit-server:latest
|
||||
container_name: livekit
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "7880:7880"
|
||||
- "7881:7881"
|
||||
- "50000-60000:50000-60000/udp"
|
||||
command: --config /etc/livekit/config.yaml
|
||||
volumes:
|
||||
- /app-config/matrix/livekit/config.yaml:/etc/livekit/config.yaml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue