Update OpenVidu Meet ports and webhook URLs to use 6080 internally. Expose port 9080
This commit is contained in:
parent
2144d51c21
commit
32844c1ef2
@ -167,7 +167,7 @@ services:
|
||||
container_name: openvidu-meet
|
||||
restart: on-failure
|
||||
ports:
|
||||
- 9080:9080
|
||||
- 9080:6080
|
||||
extra_hosts:
|
||||
- host.docker.internal:host-gateway
|
||||
environment:
|
||||
@ -175,7 +175,7 @@ services:
|
||||
- LAN_MODE=${LAN_MODE:-false}
|
||||
- LAN_DOMAIN=${LAN_DOMAIN:-}
|
||||
- LAN_PRIVATE_IP=${LAN_PRIVATE_IP:-}
|
||||
- SERVER_PORT=9080
|
||||
- SERVER_PORT=6080
|
||||
- MEET_LOG_LEVEL=${MEET_LOG_LEVEL:-info}
|
||||
- MEET_NAME_ID=openviduMeet-LOCAL
|
||||
- MEET_API_KEY=${MEET_API_KEY:-meet-api-key}
|
||||
|
||||
@ -31,7 +31,7 @@ webhook:
|
||||
api_key: devkey
|
||||
urls:
|
||||
- http://host.docker.internal:6080/livekit/webhook
|
||||
- http://openvidu-meet:9080/livekit/webhook
|
||||
- http://openvidu-meet:6080/livekit/webhook
|
||||
ingress:
|
||||
rtmp_base_url: rtmp://localhost:1935/rtmp
|
||||
whip_base_url: http://localhost:8085/whip
|
||||
|
||||
@ -169,7 +169,7 @@ services:
|
||||
container_name: openvidu-meet
|
||||
restart: on-failure
|
||||
ports:
|
||||
- 9080:9080
|
||||
- 9080:6080
|
||||
extra_hosts:
|
||||
- host.docker.internal:host-gateway
|
||||
environment:
|
||||
@ -177,7 +177,7 @@ services:
|
||||
- LAN_MODE=${LAN_MODE:-false}
|
||||
- LAN_DOMAIN=${LAN_DOMAIN:-}
|
||||
- LAN_PRIVATE_IP=${LAN_PRIVATE_IP:-}
|
||||
- SERVER_PORT=9080
|
||||
- SERVER_PORT=6080
|
||||
- MEET_LOG_LEVEL=${MEET_LOG_LEVEL:-info}
|
||||
- MEET_NAME_ID=openviduMeet-LOCAL
|
||||
- MEET_API_KEY=${MEET_API_KEY:-meet-api-key}
|
||||
|
||||
@ -56,7 +56,7 @@ webhook:
|
||||
urls:
|
||||
- http://host.docker.internal:4443/livekit/webhook # For OpenVidu 2 compatibility
|
||||
- http://host.docker.internal:6080/livekit/webhook
|
||||
- http://openvidu-meet:9080/livekit/webhook
|
||||
- http://openvidu-meet:6080/livekit/webhook
|
||||
ingress:
|
||||
rtmp_base_url: rtmp://localhost:1935/rtmp
|
||||
whip_base_url: http://localhost:8085/whip
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user