asraful / DevOps-fall-2023

COMP.SE.140 Continuous Development and Deployment - DevOps fall-2023

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DevOps-fall-2023

COMP.SE.140 Continuous Development and Deployment - DevOps fall-2023

Developer README - Running Docker Compose Services

This README provides instructions for setting up and running the Docker Compose services defined in the docker-compose.yml file. These services include service1 and service2.

Prerequisites

Before you begin, ensure that you have the following prerequisites installed on your system:

Getting Started

  1. Clone this repository to your local machine:

    git clone <repository-url>
    cd <repository-directory>
    
    
  2. docker-compose build:

     docker-compose build
    
  3. running the service:

    docker-compose up
    

About

COMP.SE.140 Continuous Development and Deployment - DevOps fall-2023


Languages

Language:JavaScript 57.2%Language:Python 42.8%