Giter Club home page Giter Club logo

easy-docker-run's Introduction

Easy Docker Run

Docker Compose files for quickly starting most commonly used services for development use.

Services

  1. PostgreSQL + PgAdmin
  2. MongoDB + Mongo Express
  3. Redis + Redis Commander
  4. Elasticsearch + Kibana
  5. RabbitMQ + Management
  6. Neo4j + Management

Instructions

  • Make sure you have docker and docker-compose installed
  • Clone the repo using git git clone https://github.com/codesark/easy-docker-run.git
  • Change the directory to cloned repo cd easy-docker-run
  • Depending upon which service you want to run, change to that directory and run docker-compose up -d
    and to stop run 'docker-compose down' or docker compose down -v to also remove the volumes
    For Example:
    • To start: Postgres + PgAdmin
      cd postgresql-pgadmin
      docker-compose up -d
      
      Above Commands will start configure and start the services using docker and docker compose
    • To stop: Postgresql + PgAdmin
      cd postgresql-pgadmin
      docker-compose down
      

Contribution

Feel free to add more services to the repo by forking the repo or creating a pull request directly.

easy-docker-run's People

Contributors

codesark avatar

Stargazers

 avatar

Watchers

 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.