aboutcode icon indicating copy to clipboard operation
aboutcode copied to clipboard

Add Dockerfile and docker-compose.yml for containerization

Open Abh002-S opened this issue 11 months ago • 4 comments

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 avatar Jan 13 '25 14:01 Abh002-S

@pombredanne i will fix this Assign to me !

Abh002-S avatar Jan 13 '25 14:01 Abh002-S

Hey, I'd like to work on this issue. Can you assign it to me?

Skyiesac avatar Jan 17 '25 19:01 Skyiesac

I have raised a PR https://github.com/aboutcode-org/aboutcode/pull/181

But there is issue of sign off can you please review it and let me know on how can I fix it.

Dedsec0098 avatar Jan 19 '25 04:01 Dedsec0098

@Abh002-S can you assign this issue to me?

sankett45 avatar Feb 20 '25 19:02 sankett45