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.
- clone this repo
- run it with
$ docker-compose up
and see the pretty text lines fly by - open https://micro.mu in your browser of choice
- ????
- PROFIT!
In case your lazy like me, you don't wanna read the source, so here's the gist:
8080
micro api8080/stats
api stats web interface8081
micro sidecar8082
micro web interface8500
consul web interface