GithubHelp home page GithubHelp logo

zecho / docker-baselines Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ericnograles/docker-baselines

0.0 2.0 0.0 3 KB

A repo for Docker baselines for my various local infrastructure needs

License: MIT License

Shell 100.00%

docker-baselines's Introduction

docker-baselines

Overview

This Git project allows a local developer to spin up all local infrastructure needed to run a microservices solution with Postgres, Redis, and RabbitMQ. This ensures a consistent setup across developers, shared local configurations, and isolation of components from other products that you might be working on.

The following infrastructure will be scaffolded as Containers on your local machine:

Service Port Example Connection String
Postgres 49003 postgres://[email protected]:49003
Redis 49002 redis://127.0.0.1:49002
RabbitMQ 49000 amqp://127.0.0.1:49000
RabbitMQ Admin 49001 http://127.0.0.1:49001

Prerequisites

Instructions

  1. Open a Terminal
  2. Clone this repo and specify a name for it locally (the folder name is how Docker will name the Containers)
    • e.g. git clone https://github.com/ericnograles/docker-baselines.git some-product-1
  3. Go to the root of the cloned repo and execute ./start.sh

Restarting

  1. Open a Terminal
  2. Go to the root of the cloned repo
  3. Execute docker-compose restart

Recreating

WARNING: All persisted data will be destroyed

  1. Open a Terminal
  2. Go to the root of the cloned repo
  3. Execute docker-compose down
  4. Execute docker-compose up -d && ./start.sh

docker-baselines's People

Contributors

ericnograles 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.