Rajarshi1001 / docker_compose_with_node

Trying out Docker containerization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a simple express app to demonstrate docker-compose.

This helps you get acquainted with the powers of Docker-Compose. I have also written a blog based on this providing detailed instructions to spin up the application and the Mongo Container.

Inorder to follow the instructions as mentioned in the Medium blog, first delete Dockerfile, dockercompose.yaml and the .dockerignore file. I have also mentioned the possible errors that might occur on running docker compose up on your system for the first time.

First run the following command inside the directory (express_try) to install the node_modules folder which contains the necessary packages and dependencies.

npm install

The link to the blog is Blog

About

Trying out Docker containerization


Languages

Language:JavaScript 59.8%Language:EJS 33.6%Language:Dockerfile 6.6%