]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - support/docker/production/config/custom-environment-variables.yaml
Add support for HLS in the Docker container. (#2324)
[github/Chocobozzz/PeerTube.git] / support / docker / production / config / custom-environment-variables.yaml
index 8604939aa2dcd00a42791393862a81e47f7ca975..c4c62755171362e18f193ee597cfdfe13efe54e7 100644 (file)
@@ -103,14 +103,18 @@ transcoding:
     720p:
       __name: "PEERTUBE_TRANSCODING_720P"
       __format: "json"
-    1080:
+    1080p:
       __name: "PEERTUBE_TRANSCODING_1080P"
       __format: "json"
+    2160p:
+      __name: "PEERTUBE_TRANSCODING_2160P"
+      __format: "json"
+  hls:
+    enabled:
+      __name: "PEERTUBE_TRANSCODING_HLS_ENABLED"
+      __format: "json"
 
 instance:
   name: "PEERTUBE_INSTANCE_NAME"
   description: "PEERTUBE_INSTANCE_DESCRIPTION"
   terms: "PEERTUBE_INSTANCE_TERMS"
-
-services:
-  csp-logger: "PEERTUBE_SERVICES_CSPLOGGER"