juancarmore ad191eba29 meet-demo: add deployment configuration with Docker and Caddy
- Create README.md for deployment instructions
- Add .env file for environment variables
- Add Caddyfile for reverse proxy configuration
- Create docker-compose.yml for service orchestration
2025-10-21 10:38:38 +02:00
..
2025-10-20 13:24:46 +02:00
2025-10-20 13:24:46 +02:00
2025-10-20 13:24:46 +02:00

OpenVidu Meet Demo

Prerequisites

  • Node (for local development)
  • Docker and Docker Compose (for containerized deployment)

Run Locally

Note

Before running the application, you must also run OpenVidu Local Deployment.

  1. Download repository
git clone https://github.com/OpenVidu/openvidu-meet-tutorials.git
cd openvidu-meet-tutorials/meet-demo
  1. Install dependencies
npm install
  1. Run the application
npm start
  1. Access the application at http://localhost:6080

Deploy with Docker

For production deployment with Docker and HTTPS support via Caddy, see the deployment directory.

Configuration

The application can be configured using environment variables:

Variable Description Default
SERVER_PORT Port where the server will listen 6080
OV_MEET_SERVER_URL URL of the OpenVidu Meet server http://localhost:9080
OV_MEET_API_KEY API key for OpenVidu Meet authentication meet-api-key