Sample project to integration Minio with ASP.NET Core 8
https://min.io/docs/minio/linux/developers/dotnet/API.html
-
database - postgreSQL database container.
-
minIO - file storage container.
-
app - container for all application layers.
-
Build and start Docker images based on the configuration defined in the docker-compose.yml.
make up // docker-compose up --build
-
Stop and remove containers.
make down // docker-compose down
-
Swagger documentation
http://localhost:8080/swagger/index.html