TinhHoaSolutions-EzHR / chatbot

LLM-powerd Chat Platform for teams. Answer related human resourcing questions.
https://ezhrchatbot.pages.dev/
0 stars 0 forks source link

Docker Compose for Frontend Development #25

Open greyyT opened 2 weeks ago

greyyT commented 2 weeks ago

Is your feature request related to a problem? Please describe.

I am facing inefficiencies in my development workflow because the frontend can only run through Docker Compose, requiring a full build each time, which slows down my progress.

Describe the solution you'd like

I propose a Docker Compose file that exposes only the backend API, allowing the frontend to call it directly and enabling hot reloading with Next.js.

Describe alternatives you've considered

I considered running the backend and frontend separately outside of Docker, but this complicates our setup and consistency.

Additional context

This change would significantly improve development speed. Any guidance on implementation would be appreciated.

lelouvincx commented 2 weeks ago

Ok I will handle it for you 🏩