minio-dokku
minio-dokku copied to clipboard
Dockerfile to run Minio (S3 compatible storage) on Dokku (mini-Heroku)
I've just followed the tutorial and updated obsolete parts.
Recently I set up another dokku environment running MinIO, using this plugin. Since MinIo released a new version - see https://github.com/minio/minio/releases/tag/RELEASE.2021-07-08T01-15-01Z - which replaces the "old" webUI with the MinIO...
This pull request update the Dockerfile by installing minio client ant let you run mc commands on the container.
Have been considering using this repo, but realised that it might be better off as a plugin. What are your thoughts?
In case someone runs into the issue that their minio build is failing, you also need the storage to be mounted while build. Per default `dokku storage:mount` only works for...