From 78ae93f3cfd75326ff464debd86d6ceb7064d436 Mon Sep 17 00:00:00 2001 From: SrJooJ Date: Sat, 12 Apr 2025 02:30:08 -0300 Subject: [PATCH] add new variable S3_REGION --- templates/compose/evolution-api.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/compose/evolution-api.yaml b/templates/compose/evolution-api.yaml index 1ca09076e..5ca520948 100644 --- a/templates/compose/evolution-api.yaml +++ b/templates/compose/evolution-api.yaml @@ -126,6 +126,7 @@ services: - S3_SECRET_KEY=${S3_SECRET_KEY:-} - S3_BUCKET=${S3_BUCKET:-evolution} - S3_PORT=${S3_PORT:-443} + - S3_REGION=${S3_REGION:-us-east-1} - S3_ENDPOINT=${S3_ENDPOINT:-files.site.com} - S3_USE_SSL=${S3_USE_SSL:-true} - 'AUTHENTICATION_API_KEY=${SERVICE_PASSWORD_AUTHENTICATIONAPIKEY}'