simple nodejs crud operations performed in this application using mongodb.
npm install
node app.js
MongoDB: mongodb://mongodb
Express: app.listen(process.env.PORT || 3000);
Wercker environment properties:
- DOCKER_USERNAME = username for Docker account
- DOCKER_PASSWORD = password for Docker account
- DOCKER_TAG = tag of the docker image
- DOCKER_REPOSITORY = name of the new repository (includes image name)