Background
The current README explains how to manually deploy the WebRTC server components, including AppRTC, Collider, coturn, Nginx, and HTTPS configuration. A Docker Compose setup would make the project easier to reproduce and test.
Goal
Add a Docker Compose based deployment that can start the main components with documented environment variables.
Tasks
Acceptance Criteria
A developer can clone the repository, configure .env, and start the basic WebRTC server stack using Docker Compose.
Background
The current README explains how to manually deploy the WebRTC server components, including AppRTC, Collider, coturn, Nginx, and HTTPS configuration. A Docker Compose setup would make the project easier to reproduce and test.
Goal
Add a Docker Compose based deployment that can start the main components with documented environment variables.
Tasks
docker-compose.yml.env.exampleAcceptance Criteria
A developer can clone the repository, configure
.env, and start the basic WebRTC server stack using Docker Compose.