Coder Social home page Coder Social logo

mojtaba-arvin / minio Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 1.0 6 KB

Simple S3-compatible object storage service using Minio | join to Nginx network as a extrenal network to load balancing all instances

License: MIT License

minio object-storage object-storage-service minio-docker object-storage-docker minio-server minio-service s3-object-storage minio-nginx nginx minio-network minio-loadbalancing minio-localhost docker-compose minio-production

minio's Introduction

Simple S3-compatible object storage service using Minio

minio up

Setup environment

Minio environment ,must be at .docker-compose/ directory as .env file. you can copy the sample:

cp .docker-compose/.env.local .docker-compose/.env

Minio UI Access

production

To use Minio in production, there is a sample compose file ( docker-compose.join.nginx.yml ) , to join Nginx reverse proxy network. you can use docker-compose -f option, to join nginx network

docker-compose -f docker-compose.yml -f docker-compose.join.nginx.yml up -d

then, you can use Nginx upstream to load balancing all instances through port 9000

development

In local environment, there is a sample compose file ( docker-compose.local.yml ), to map ports.

docker-compose -f docker-compose.yml -f docker-compose.join.local.yml up -d

then, the Minio UI can be accessed using a Web browser at http://localhost:9000/.

Clients

Clients on the same machine, can join this service by define an external network, for example when the client network name is sample-network it should define as:

networks:
    sample-network:
        external:
            name: minio_object-storage-network

The external network name, has two part, which are separated by an underline, minio is name of the repository, and object-storage-network is the network name of this repository

minio's People

Contributors

mojtaba-arvin avatar

Watchers

 avatar  avatar

Forkers

sanvu88

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.