Add turn server
This commit is contained in:
parent
42fe8e2067
commit
d38aeb2f44
6 changed files with 163 additions and 9 deletions
|
|
@ -10,6 +10,9 @@ services:
|
|||
VITE_OIDC_CLIENT_ID: kaboot-spa
|
||||
VITE_OIDC_APP_SLUG: kaboot
|
||||
GEMINI_API_KEY: ${GEMINI_API_KEY:-}
|
||||
VITE_TURN_URL: ${VITE_TURN_URL:-}
|
||||
VITE_TURN_USERNAME: ${VITE_TURN_USERNAME:-}
|
||||
VITE_TURN_CREDENTIAL: ${VITE_TURN_CREDENTIAL:-}
|
||||
container_name: kaboot-frontend
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue