From 58369fccaf3609520680a673cf240e337e3c9b9f Mon Sep 17 00:00:00 2001 From: Mirko Milovanovic Date: Tue, 11 Feb 2025 11:17:47 +0100 Subject: [PATCH] docs: add reference to MongoDB Docker Compose examples in README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d8f8d3d..c8a42e8 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,9 @@ peertube-collector/ # 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. +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