All checks were successful
Build and Push Docker Image / build (push) Successful in 1m7s
Server
The repository contains a server directory with a simple MongoDB server (with initializations scripts) and WebUI that serves the WebRTC stats collected by the collector.
It's not mandatory to run and use this service, it's provided just as an example of how to store collected data.
Setup
-
Change to the
serverdirectory:cd server -
Create and configure the environment file based on the
.env.examplefile:cp .env.example .env -
Start the Docker containers:
docker compose up
The WebUI control panel will be available at http://localhost:8081.