Skip to content

YuesIt17/portfolio-yues-docker-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Docker Config Repository

This repository contains Docker configurations and orchestration for the portfolio-yues-docker-config, which consists of a frontend built with NestJS and a backend built with Next.js. It uses Docker Compose to define and run multi-container Docker applications.

Overview

This repository serves as the central location for managing the Docker containers for both the frontend and backend of the application. It contains a docker-compose.yml file that defines how to build and run these services alongside a PostgreSQL database.

Configuration

Docker Compose File

The docker-compose.yml defines three services:

  1. Database: A PostgreSQL database for persistent storage.
  2. Backend: The NestJS application.
  3. Frontend: The Next.js application.

You can customize the configurations in the docker-compose.yml file to suit your needs, such as changing the ports or database credentials.

Usage

To run the application locally using Docker Compose, follow these steps:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published