NodeJS + Angular2 + MongoDB
This tutorial will walk you through the process of adding the following:
- Build client
- Build server
- Launch composition
Looking around
In the root of this repository you’ll find a file named docker-compose.yml
.
Let’s quickly review the contents of this file:
docker-compose.yml
TIP
Just head over to the example repository in GitHub and follow the instructions there.