/docker-fullstack-example

Example Full-stack application built with docker and orchestrated by docker-compose

Primary LanguageJavaScript

Docker Full-stack application example

Example Full-stack application built with docker and orchestrated with docker-compose

Installation

Install Docker on your local machine. You can use for example a Docker Desktop.

Usage

To build all images in the application run

docker-compose build

Then to spin up all containers and create full service infrostructure run

docker-compose up

At the end to stop all containers run

docker-compose down