Minio S3 Storage
Minio is an implementation of the S3 storage type. You can self host your own S3 storage!
Directory Structure
Container directory structure
container_root/
../.env
../.gitignore
../docker-compose.yml
../data/
../alert.rules
../prometheus.yml
Container Files
.env
.gitignore
minio s3 storage .gitignore | |
---|---|
docker-compose.yml
data/prometheus/alert.rules
alert.rules | |
---|---|
data/prometheus/prometheus.yml
Notes
- This container includes
prometheus
for monitoring/logging.- If you use the
prometheus
container, you must create thedata/prometheus/
directory and manually create analert.rules
andprometheus.yml
within.
- If you use the