Skip to content

Instantly share code, notes, and snippets.

@fundon
Created October 23, 2015 06:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fundon/f2291f812d49cb0f11fd to your computer and use it in GitHub Desktop.
Save fundon/f2291f812d49cb0f11fd to your computer and use it in GitHub Desktop.
Using Docker Compose in Node.js Project
$ open “http://$(docker-machine ip dev):3000”
$ open “http://$(docker-machine ip dev):3000/redis”
$ open “http://$(docker-machine ip dev):3000/redis/set”
$ open “http://$(docker-machine ip dev):3000/redis/get”
$ open “http://$(docker-machine ip dev):3000/mongoose”
$ open “http://$(docker-machine ip dev):3000/mongoose/set”
$ open “http://$(docker-machine ip dev):3000/mongoose/get”
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment