VanshKing30 / FoodiesWeb

GssoC'24 Project | Open To Contributers
https://foodies-web-app.vercel.app
MIT License
64 stars 149 forks source link

using docker file and docker compose file #177

Open iritikyadav123 opened 1 month ago

iritikyadav123 commented 1 month ago

Describe the feature

Using a Docker image, we can access several facilities.

Containers allow you to describe your application's configuration, dependencies, and runtime environment in a single file (e.g., Dockerfile), making it easier to manage and reproduce environments.

Containers run in isolated environments, ensuring that applications and their dependencies do not conflict with other applications or the host system.

Containers make it easy to set up and run projects locally, regardless of the operating system or environment, ensuring a consistent development experience

Containers simplify the installation and management of auxiliary services and databases required for your projects, such as MongoDB, PostgreSQL, or Redis

Add ScreenShots

kkj

Record

hustlerZzZ commented 1 month ago

How are you going to proceed? @iritikyadav123

iritikyadav123 commented 1 month ago

First, I created a Dockerfile in which I added all the commands necessary to run the website. After that, I created a Docker Compose file and added some commands so that after creating the Docker image, we only need to bring up the Compose file to run the website.

hustlerZzZ commented 1 month ago

First, I created a Dockerfile in which I added all the commands necessary to run the website. After that, I created a Docker Compose file and added some commands so that after creating the Docker image, we only need to bring up the Compose file to run the website.

Ok go ahead

Hitesh4278 commented 1 month ago

@hustlerZzZ Can you assign this issue to me ?

hustlerZzZ commented 4 weeks ago

@hustlerZzZ Can you assign this issue to me ?

Ok