Configure external S3 caching
You can configure the gitlab-runner
to use an existing S3 server for caching:
-
ONEAPP_GITLAB_S3_ADDRESS
: Address of the S3 cache server -
ONEAPP_GITLAB_S3_ACCESSKEY
: Key for S3 access -
ONEAPP_GITLAB_S3_SECRETKEY
: Secret key for S3 access -
ONEAPP_GITLAB_S3_BUCKET
: Bucket name -
ONEAPP_GITLAB_S3_INSECURE
: Configure S3 over HTTP without TLS
Closes #1 (closed)