Skip to content

Getting Started

joshunrau edited this page Nov 10, 2022 · 3 revisions

Repository Structure

The DDCP consists of three Docker containers. These containers are run and managed using Docker Compose. For more information on installing Docker, please refer to the official docs.

Deployment

Once Docker is configured on your system, the application can be deployed with the following command:

$ docker compose up

By default, the frontend of the application should accessible on port 3000, while MongoDB is accessible on port 27017.

Rebuilding From Scratch

docker-compose up --build --force-recreate
Clone this wiki locally