mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
fix: bad default value
This commit is contained in:
parent
a59cf8c65c
commit
cfa1fe2e28
@ -326,7 +326,7 @@ production: &base
|
||||
object_store:
|
||||
enabled: {{GITLAB_PACKAGES_OBJECT_STORE_ENABLED}}
|
||||
remote_directory: {{GITLAB_PACKAGES_OBJECT_STORE_REMOTE_DIRECTORY}} # The bucket name
|
||||
direct_upload: {{GITLAB_PACKAGES_OBJECT_STORE_DIRECT_UPLOAD}} # Set to true to enable direct upload of Artifacts without the need of local shared storage.
|
||||
direct_upload: {{GITLAB_PACKAGES_OBJECT_STORE_DIRECT_UPLOAD}} # Set to true to enable direct upload of Packages without the need of local shared storage.
|
||||
background_upload: {{GITLAB_PACKAGES_OBJECT_STORE_BACKGROUND_UPLOAD}} # Temporary option to limit automatic upload (Default: true)
|
||||
proxy_download: {{GITLAB_PACKAGES_OBJECT_STORE_PROXY_DOWNLOAD}} # Passthrough all downloads via GitLab instead of using Redirects to Object Storage
|
||||
connection:
|
||||
|
||||
@ -107,10 +107,10 @@ GITLAB_OBJECT_STORE_CONNECTION_PROVIDER=${GITLAB_OBJECT_STORE_CONNECTION_PROVIDE
|
||||
#-- AWS
|
||||
AWS_ACCESS_KEY_ID=${AWS_ACCESS_KEY_ID:-AWS_ACCESS_KEY_ID}
|
||||
AWS_SECRET_ACCESS_KEY=${AWS_SECRET_ACCESS_KEY:-AWS_SECRET_ACCESS_KEY}
|
||||
AWS_HOST=${AWS_REGION:-us-east-1}
|
||||
AWS_REGION=${AWS_REGION:-us-east-1}
|
||||
AWS_HOST=${AWS_HOST:-s3.amazonaws.com}
|
||||
AWS_ENDPOINT=${AWS_ENDPOINT:nil}
|
||||
AWS_ENDPOINT=${AWS_PATH_STYLE:true}
|
||||
AWS_ENDPOINT=${AWS_ENDPOINT:-nil}
|
||||
AWS_PATH_STYLE=${AWS_PATH_STYLE:-true}
|
||||
|
||||
#-- Google
|
||||
GITLAB_OBJECT_STORE_CONNECTION_GOOGLE_PROJECT=${GITLAB_OBJECT_STORE_CONNECTION_GOOGLE_PROJECT}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user