Skip to content
This repository was archived by the owner on Jul 5, 2023. It is now read-only.

cloud-ready/docker-minio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-minio

see: https://hub.docker.com/r/minio/minio

You can find accessKey and secretKey in /data/.minio.sys/config/config.json.

Configuration of gitlab-ci runner

 [runners.cache]
    Type = "s3"
    Shared = true
    [runners.cache.s3]
      ServerAddress = "host:9000"
      AccessKey = "AccessKey"
      SecretKey = "SecretKey"
      BucketName = "runner"
      Insecure = false

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published