Add media proxy to docker container

This commit is contained in:
2026-03-12 00:07:55 +01:00
parent 9f2063d088
commit 17b6bf9b2d
3 changed files with 26 additions and 4 deletions

View File

@@ -26,8 +26,13 @@ services:
- livekit
client:
build: ./client
build:
context: .
dockerfile: client/Dockerfile
restart: unless-stopped
environment:
- CHGRID_HOST_ORIGIN=${CHGRID_HOST_ORIGIN:-http://localhost}
- CHGRID_MEDIA_PROXY_SESSION_CHECK_URL=http://server:4474/auth/session/check
ports:
- "127.0.0.1:4474:80"
depends_on: