Refactor code structure for improved readability and maintainability

This commit is contained in:
2025-10-07 23:52:55 +02:00
commit a4fd5fd2d9
61 changed files with 18951 additions and 0 deletions
+15
View File
@@ -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