Refactor code structure for improved readability and maintainability
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
services:
|
||||
livekit:
|
||||
image: livekit/livekit-server:latest
|
||||
ports:
|
||||
- "7880:7880/tcp"
|
||||
- "7881:7881/udp"
|
||||
- "7882:7882/udp"
|
||||
environment:
|
||||
- LIVEKIT_API_KEY=devkey
|
||||
- LIVEKIT_API_SECRET=secret
|
||||
volumes:
|
||||
- ./livekit.yaml:/livekit.yaml
|
||||
command: >
|
||||
--config /livekit.yaml
|
||||
--dev
|
||||
Reference in New Issue
Block a user