README.md 884 B

MinIO

MinIO, an Amazon S3 compatible object storage server.

Scope

Scope of the basic setup is to run minio

  • as unprivileged user
  • with a directoy mounted for data
  • the container port mapping to a host port for port 9000 (s3)

Scope of the advance setup is to

  • run minio behind a reverse-proxy
  • expose s3 and the web interface (console) in different docker networks

Configuration

Basic Configuration

  1. Prepare your .env file: cp .env.template .env
  2. Generate and add your admin keys in .env
  3. Create a home and data directory owned by 1000:1000
  4. Define your port mapping

Advanced Configuration

Preconditions: