multicontainer_docker_tutorial

To setup a multi-containers docker to host a frontend server running on Angular 11, a Node.js backend server and a NGINX reversed proxy server.

Test Local

Make sure you have docker installed on your local machine.

Run command:

cd multicontainer_docker_tutorial docker-compose up --build