Skip to content

Commit 265ac02

Browse files
committed
Fix ports for Jupyter and Nsight streamer.
1 parent 578c64e commit 265ac02

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ services:
4343
- WEB_USERNAME=""
4444
- WEB_PASSWORD=""
4545
- SELKIES_TURN_HOST=nsight-turn0-${BREV_ENV_ID}.brevlab.com
46+
- SELKIES_TURN_PORT=80
4647
ports:
4748
- "0.0.0.0:8080:8080" # HTTP
4849
- "0.0.0.0:3478:3478" # TURN

build/jupyter-generate-nsight-plugin-settings.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
JUPYTER_HOST="nsight-jupyter0-${BREV_ENV_ID}.brevlab.com"
4-
NSIGHT_HTTP_URL="https://nsight-http0-${BREV_ENV_ID}.brevlab.com:8080"
4+
NSIGHT_HTTP_URL="https://nsight-http0-${BREV_ENV_ID}.brevlab.com"
55

66
cat << EOF
77
{

0 commit comments

Comments
 (0)