Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Dockerfile and docker-compose.yml for containerization #95

Open
Abh002-S opened this issue Jan 10, 2025 · 3 comments
Open

Add Dockerfile and docker-compose.yml for containerization #95

Abh002-S opened this issue Jan 10, 2025 · 3 comments

Comments

@Abh002-S
Copy link

Description:

I would like to propose adding a Dockerfile and docker-compose.yml to the repository to simplify the setup, improve consistency, and provide an easier way for both developers and users to get the project up and running in any environment.

Benefits:

  • Consistency across Environments: Docker containers ensure that the application runs the same way in every environment, eliminating "works on my machine" issues.
  • Easy Setup: A single docker-compose up command can bring up all required services and dependencies, streamlining the setup process for new developers and contributors.
  • Simplified Deployment: With Docker, the project can be easily deployed to cloud platforms or container orchestration tools like Kubernetes.

Proposed Files:

  1. Dockerfile: Builds the Docker image with all dependencies needed to run the application.
  2. docker-compose.yml: Manages the application's services (e.g., app and database) and orchestrates their interaction.
@Abh002-S
Copy link
Author

Assigned to me ,I have completely added the Dockerfile and docker-compose.yml to this repository.

@Abh002-S Abh002-S changed the title Add Dockerfile and docker-compose.yml for containerization" Add Dockerfile and docker-compose.yml for containerization Jan 10, 2025
@vasusadariya
Copy link

Assigne to me file is ready

@Priyanshu1035
Copy link

Can I work on this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants