fixed prometheus config for livekit

This commit is contained in:
PxlLoewe
2025-06-30 15:37:16 -07:00
parent 536d214840
commit 1f84e621dd
4 changed files with 3 additions and 8 deletions

View File

@@ -37,11 +37,12 @@ services:
- "7880:7880"
- "7881:7881"
- "7882:7882/udp"
- "6789:6789" # metrics port
volumes:
- ./packages/livekit/livekit.yaml:/etc/livekit.yaml
command:
- "--config"
- "/livekit.yaml"
- "/etc/livekit.yaml"
- "--node-ip=127.0.0.1"
volumes: