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

Transforming the Project into a Dockerized Project with Integrated Frontend, Database, and Backend #20

Open
matteopagano opened this issue Dec 28, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@matteopagano
Copy link

Objective:
I would like to open this issue to discuss and plan the transformation of the project into a complete Dockerized project, including the frontend, database, and backend. This enhancement will provide numerous benefits, including increased portability, scalability, and ease of management.

Motivation:
Currently, our project is not Dockerized, which can pose challenges in terms of deployment and development environment management. Docker will allow to package all components of our system into containers, simplifying deployment and testing.

Proposed Steps:

Create a Dockerfile for the frontend.
Create a Dockerfile for the backend.
Use Docker Compose to orchestrate containers for frontend, backend, and the database.
Test the Dockerized system in a development environment.

@eevan7a9 eevan7a9 added the enhancement New feature or request label Dec 29, 2023
@eevan7a9
Copy link
Owner

Thank you for the suggestion! We aim to add Docker support, but currently, I don't have the time to implement it. I'll prioritize this when I can allocate the necessary time.

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

No branches or pull requests

2 participants