Some of my applications rely on S3 in production, but I don't want that dependency when running running the application on my machine - I use minio as a drop-in replacement for development.
Since I use docker compose to handle my app's services (postgres, rabbitmq, etc), adding minio into it is a perfect fix.
Some of my applications rely on S3 in production, but I don't want that dependency when running running the application on my machine - I use minio as a drop-in replacement for development.
Since I use docker compose to handle my app's services (postgres, rabbitmq, etc), adding minio into it is a perfect fix.