diff options
author | Arthur Lutz <arthur.lutz@logilab.fr> | 2021-03-26 12:35:54 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2021-03-29 17:01:17 +0200 |
commit | 5328532adf3658ffaa8a06520edda97073099c87 (patch) | |
tree | 408778052261061d612c64ca5a02ff33821b78b7 /support/docker | |
parent | 02d6226abc53840b046060d28e8a13c568613db1 (diff) | |
download | PeerTube-5328532adf3658ffaa8a06520edda97073099c87.tar.gz PeerTube-5328532adf3658ffaa8a06520edda97073099c87.tar.zst PeerTube-5328532adf3658ffaa8a06520edda97073099c87.zip |
[support/docker] expose webtorrent setting in os variable settings
Diffstat (limited to 'support/docker')
-rw-r--r-- | support/docker/production/config/custom-environment-variables.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
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: | |||
117 | 2160p: | 117 | 2160p: |
118 | __name: "PEERTUBE_TRANSCODING_2160P" | 118 | __name: "PEERTUBE_TRANSCODING_2160P" |
119 | __format: "json" | 119 | __format: "json" |
120 | webtorrent: | ||
121 | enabled: | ||
122 | __name: "PEERTUBE_TRANSCODING_WEBTORRENT_ENABLED" | ||
123 | __format: "json" | ||
120 | hls: | 124 | hls: |
121 | enabled: | 125 | enabled: |
122 | __name: "PEERTUBE_TRANSCODING_HLS_ENABLED" | 126 | __name: "PEERTUBE_TRANSCODING_HLS_ENABLED" |