Fix web origin and CORS config for LAN hosting

This commit is contained in:
2026-08-09 21:06:31 -04:00
parent b3464252d4
commit 6883cedaf7
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -49,6 +49,7 @@ services:
environment:
PORT: 3000
HOST: 0.0.0.0
ORIGIN: ${PUBLIC_WEB_URL}
PUBLIC_API_URL: ${PUBLIC_API_URL}
PUBLIC_LIVEKIT_URL: ${PUBLIC_LIVEKIT_URL}
ports: