diff --git a/community/docker-compose.yaml b/community/docker-compose.yaml index 6011353..dce5ac4 100644 --- a/community/docker-compose.yaml +++ b/community/docker-compose.yaml @@ -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} diff --git a/community/livekit.yaml b/community/livekit.yaml index 14ffb53..92d5cda 100644 --- a/community/livekit.yaml +++ b/community/livekit.yaml @@ -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 diff --git a/pro/docker-compose.yaml b/pro/docker-compose.yaml index be74b2d..8155bbc 100644 --- a/pro/docker-compose.yaml +++ b/pro/docker-compose.yaml @@ -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} diff --git a/pro/livekit.yaml b/pro/livekit.yaml index ff85f48..cf6b34d 100644 --- a/pro/livekit.yaml +++ b/pro/livekit.yaml @@ -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