Coder Social home page Coder Social logo

mojtaba-arvin / rabbitmq Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 7 KB

Simple RabbitMQ Service | join to Nginx network as a extrenal network to use the RabbitMQ Management UI

License: MIT License

rabbitmq rabbitmq-management rabbitmq-server rabbitmq-service rabbit rabbitmq-docker docker-compose rabbitmq-network rabbitmq-example rabbitmq-nginx

rabbitmq's Introduction

Simple RabbitMQ Service

rabbitmq up

Setup environment

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

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

RabbitMQ management UI Access

The RabbitMQ management plugin provides an HTTP-based API for management and monitoring

production

To use management UI 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

development

To use management UI 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.local.yml up -d

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

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: rabbitmq_broker-network

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

rabbitmq's People

Contributors

mojtaba-arvin avatar

Watchers

 avatar  avatar

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.