From: Chocobozzz Date: Thu, 2 Dec 2021 08:21:12 +0000 (+0100) Subject: Add missing docker credentials env X-Git-Tag: v4.0.0~13 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;ds=sidebyside;h=37cb07eae26b1b73b118e256df71243ae298fa72;p=github%2FChocobozzz%2FPeerTube.git Add missing docker credentials env --- diff --git a/support/docker/production/config/custom-environment-variables.yaml b/support/docker/production/config/custom-environment-variables.yaml index d5304b0dd..32552964d 100644 --- a/support/docker/production/config/custom-environment-variables.yaml +++ b/support/docker/production/config/custom-environment-variables.yaml @@ -54,6 +54,10 @@ object_storage: region: "PEERTUBE_OBJECT_STORAGE_REGION" + credentials: + access_key_id: "PEERTUBE_OBJECT_STORAGE_CREDENTIALS_ACCESS_KEY_ID" + secret_access_key: 'PEERTUBE_OBJECT_STORAGE_CREDENTIALS_SECRET_ACCESS_KEY' + max_upload_part: __name: "PEERTUBE_OBJECT_STORAGE_MAX_UPLOAD_PART" __format: "json"