From 3b4adaad1a5b6dc621452588ba3174254784757b Mon Sep 17 00:00:00 2001 From: Yury Hrytsuk <50014626+YuryHrytsuk@users.noreply.github.com> Date: Thu, 21 Nov 2024 15:27:09 +0100 Subject: [PATCH] Polish registry s3 endpoint env (#889) --- services/registry/template.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/registry/template.env b/services/registry/template.env index a287737b..550afb5a 100644 --- a/services/registry/template.env +++ b/services/registry/template.env @@ -13,7 +13,7 @@ S3_SECRET_KEY=${REGISTRY_S3_SECRET_KEY} S3_ENDPOINT=${S3_ENDPOINT} S3_BUCKET=${REGISTRY_DOMAIN} REGISTRY_S3_BUCKET=${REGISTRY_S3_BUCKET} -REGISTRY_S3_ENDPOINT=${S3_ENDPOINT} +REGISTRY_S3_ENDPOINT=${REGISTRY_S3_ENDPOINT} REGISTRY_S3_SECURE=${REGISTRY_S3_SECURE} REGISTRY_AWS_REGION=${REGISTRY_AWS_REGION}