ekino / v6y

Vitality is a tool crafted to maintain and optimize the health and performance of codebase and applications.
MIT License
4 stars 1 forks source link

[FEATURE] : create a Docker Compose file #28

Open OlgaYasn opened 2 weeks ago

OlgaYasn commented 2 weeks ago

✨ Description

Create a Docker Compose file to simplify the setup and installation of our project. This Docker Compose should include services for the backend, frontend, PostgreSQL database, and pgAdmin.

🚀 Motivation

This feature will streamline the development environment setup for new developers and ensure consistency across different environments. It will make it easier to get the project up and running quickly.

📝 Proposed Solution

  1. Backend Service:
  1. Frontend Service:
  1. Database Service:
  1. pgAdmin Service:
  1. Volumes and Networks:

🔄 Alternatives

Manually setting up each service individually, which can be time-consuming and prone to errors. Using separate Docker Compose files for each service, which could complicate the setup process.

📸 Screenshots

N/A

💻 Environment

📝 Additional Context

N/A

🔗 Relevant Links (if any)

N/A