Update OpenVidu Meet ports and webhook URLs to use 6080 internally. Expose port 9080

This commit is contained in:
cruizba 2025-07-07 13:58:28 +02:00
parent 2144d51c21
commit 32844c1ef2
4 changed files with 6 additions and 6 deletions

View File

@ -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}

View File

@ -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

View File

@ -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}

View File

@ -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