X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=support%2Fdocker%2Fproduction%2Fconfig%2Fcustom-environment-variables.yaml;h=c4c62755171362e18f193ee597cfdfe13efe54e7;hb=72698686828b7b80a336d83fdbb1707e3b7a61fe;hp=bd4ac121555f6b6938b48bba534bd814cb19b7b7;hpb=97567dd81f508dd6295ac4d73d849aa2ce0a6549;p=github%2FChocobozzz%2FPeerTube.git diff --git a/support/docker/production/config/custom-environment-variables.yaml b/support/docker/production/config/custom-environment-variables.yaml index bd4ac1215..c4c627551 100644 --- a/support/docker/production/config/custom-environment-variables.yaml +++ b/support/docker/production/config/custom-environment-variables.yaml @@ -103,9 +103,16 @@ 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"