/minio

Easy way to run minio + nginx + letsencrypt

Primary LanguageShell

minio

Minio + nginx + letsenrypt

Getting started

  1. mv example.env .env && mv example.docker-compose.yml docker-compose.yml
  2. Fill variables in .env file
  3. Execute docker-compose up -d certbot
  4. Execute init.letsencrypt.sh {YOUR_HOST}, where {YOUR_HOST} is equals to FQDN variable in .env file.
  5. docker-compose up -d
  6. MinioConsole: https://{YOUR_HOST}:443/ , MinioApi: ttps://{YOUR_HOST}:9000/