Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 696 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 696 Bytes

micro-compose

a docker-compose.yml to quickly spin up a consul + micro api + micro sidecar + micro web environment.

This is a shameless copy/paste from [here] (https://micro.mu/docs/deploy-docker.html) that has been tweaked to V2 syntax.

For quick microservice infused fun

  1. clone this repo
  2. run it with $ docker-compose up and see the pretty text lines fly by
  3. open https://micro.mu in your browser of choice
  4. ????
  5. PROFIT!

Where stuff is running

In case your lazy like me, you don't wanna read the source, so here's the gist:

  • 8080 micro api
  • 8080/stats api stats web interface
  • 8081 micro sidecar
  • 8082 micro web interface
  • 8500 consul web interface