You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: