Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.

A simple example of Minio container running on traefik

Notifications You must be signed in to change notification settings

Carrasco-R/simple-minio-docker-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Docker-Compose example of Minio

  • Running on traefik v2
  • mounted to /data folder

Setup


Copy env sample

cp .env.sample .env

Setup env vars

MINIO_ROOT_USER=minioadmin
MINIO_ROOT_PASSWORD=minioadmin
CONSOLE_HOST=minio-console.example.com
SERVER_HOST=minio.example.com

Start container

docker compose up -d

Visit console host and explore ✨

About

A simple example of Minio container running on traefik

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages