From a076c442b676eb11faa64e2bb5016947060a29a5 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Thu, 2 Sep 2021 09:32:05 +0200 Subject: [PATCH] Document host mode-ness Closes https://git.coopcloud.tech/coop-cloud/peertube/issues/7. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 16cc602..f65a224 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,16 @@ An ActivityPub-federated video streaming platform using P2P directly in your web 5. `abra app YOURAPPDOMAIN deploy` 6. Open the configured domain in your browser to finish set-up +## Host-mode networking + +To avoid issues with performance, it is recommended to deploy your Traefik instance with: + +``` +COMPOSE_FILE="compose.yml:compose.host.yml:compose.peertube.yml" +``` + +This will avoid issues like [`#7`](https://git.coopcloud.tech/coop-cloud/peertube/issues/7). + ## Email 1. Deploy [`coop-cloud/postfix-relay`] or use an external SMTP relay