devfinwiz / Fin-Maestro-Kin

Seamless Finance: Docker-Deployed APIs for Smart Investments. [WORK IN PROGRESS]
https://fin-maestro-kin.apidog.io/
MIT License
69 stars 10 forks source link

Enhancement: Introduce Docker Compose for enhanced container management #33

Closed crazyuploader closed 6 months ago

crazyuploader commented 6 months ago

This addition simplifies container orchestration, enhancing development and deployment workflows.

devfinwiz commented 6 months ago

This addition simplifies container orchestration, enhancing development and deployment workflows.

Hey @crazyuploader , Glad to see your PR towards making Fin Maestro Kin simpler for users. However, I've planned introduction to docker compose once there are multiple services in the application. For instance, once we seperate out redis in later stages to be executed in a new container instead of the same container as Uvicorn, we might need to introduce docker compose to avoid complexity.