docs: update README with improved Docker commands and add credits section
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m33s
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m33s
feat: enhance WebRTC stats collection by logging connection state changes
This commit is contained in:
16
README.md
16
README.md
@@ -48,11 +48,13 @@ ufw allow 27107/tcp
|
||||
|
||||
4. Start the Docker containers:
|
||||
```sh
|
||||
docker compose up
|
||||
docker compose up \
|
||||
--pull missing \
|
||||
--abort-on-container-exit
|
||||
```
|
||||
or in detached mode:
|
||||
```sh
|
||||
docker compose up -d
|
||||
docker compose up --pull missing -d
|
||||
```
|
||||
|
||||
The collector will start gathering WebRTC stats from the Selenium container and sending them to the Telegraf service.
|
||||
@@ -103,8 +105,6 @@ peertube-collector/
|
||||
|
||||
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.
|
||||
|
||||
Based this awesome example configuration: [MongoDB Docker Compose examples](https://github.com/TGITS/docker-compose-examples/tree/main/mongodb-docker-compose-examples).
|
||||
|
||||
## Setup
|
||||
|
||||
1. Change to the `server` directory:
|
||||
@@ -122,4 +122,10 @@ Based this awesome example configuration: [MongoDB Docker Compose examples](http
|
||||
docker compose up
|
||||
```
|
||||
|
||||
The WebUI control panel will be available at [http://localhost:8081](http://localhost:8081).
|
||||
The WebUI control panel will be available at [http://localhost:8081](http://localhost:8081).
|
||||
|
||||
# Credits
|
||||
|
||||
- [WebRTC Internals Exporter](https://github.com/vpalmisano/webrtc-internals-exporter)
|
||||
- [WebRTC debugging with Prometheus/Grafana](https://medium.com/@vpalmisano/webrtc-debugging-with-prometheus-grafana-254b6ac71063)
|
||||
- [MongoDB Docker Compose examples](https://github.com/TGITS/docker-compose-examples/tree/main/mongodb-docker-compose-examples)
|
Reference in New Issue
Block a user