From 5328532adf3658ffaa8a06520edda97073099c87 Mon Sep 17 00:00:00 2001
From: Arthur Lutz <arthur.lutz@logilab.fr>
Date: Fri, 26 Mar 2021 12:35:54 +0100
Subject: [support/docker] expose webtorrent setting in os variable settings

---
 support/docker/production/config/custom-environment-variables.yaml | 4 ++++
 1 file changed, 4 insertions(+)

(limited to 'support/docker')

diff --git a/support/docker/production/config/custom-environment-variables.yaml b/support/docker/production/config/custom-environment-variables.yaml
index 63459d8a0..8226715e0 100644
--- a/support/docker/production/config/custom-environment-variables.yaml
+++ b/support/docker/production/config/custom-environment-variables.yaml
@@ -117,6 +117,10 @@ transcoding:
     2160p:
       __name: "PEERTUBE_TRANSCODING_2160P"
       __format: "json"
+  webtorrent:
+    enabled:
+      __name: "PEERTUBE_TRANSCODING_WEBTORRENT_ENABLED"
+      __format: "json"
   hls:
     enabled:
       __name: "PEERTUBE_TRANSCODING_HLS_ENABLED"
-- 
cgit v1.2.3