Skip to content

Instantly share code, notes, and snippets.

@EmanuelCadems
Created May 16, 2017 22:07
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 EmanuelCadems/bfdc2e12a287f3e60d9a62b2e54c05d6 to your computer and use it in GitHub Desktop.
Save EmanuelCadems/bfdc2e12a287f3e60d9a62b2e54c05d6 to your computer and use it in GitHub Desktop.
version: '2'
services:
node:
build:
context: .
dockerfile: node.dockerfile
ports:
- "3000:3000"
networks:
- nodeapp-network
mongodb:
image: mongo
ports:
- "27017:27017"
networks:
- nodeapp-network
networks:
nodeapp-network:
driver: bridge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment