Skip to content

akshatmishra25/devops

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevOps Directory

This directory contains the Docker configuration files for the project.

Files

  • Dockerfile: This file contains the instructions to build the Docker image for the backend application. It specifies the base image, working directory, dependencies to install, and the command to run the application.

  • docker-compose.yml: This file is used to define and run multi-container Docker applications. It specifies the services, networks, and volumes for your application.

Usage

To build and run the application using Docker Compose, navigate to this directory in your terminal and run:

docker-compose up --build

This command will launch the application and its associated services, following the configuration defined in the docker-compose.yml file.

Project structure is considered in following way:

project/
├── devops/
│   ├── Dockerfile
│   └── docker-compose.yml
└── backend/
    ├── app/
    │   └── main.py
    └── requirements/
        └── dev.txt

This structure illustrates how the DevOps directory fits into the larger project.

We encourage you to explore and utilize these Docker configuration files to streamline the deployment of your backend application.

About

Devops related file for project.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%