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
Feat:add docker compose for dev environment and traefik for reverse proxy to redirect all the /api routes to backend and all other routes to frontend
#529
Open
3 tasks done
pirjademl opened this issue
Aug 30, 2024
· 0 comments
adding three services for containerizing the application at this time i think it's just the frontend which is containerized so I am proposing to introduce 4 services for each production and dev environment
client
backend
reverse proxy - traefik
mongodb
containerizing each service to the seprate container and using reverse proxy to handle the request for example all the requests with
/api will be redirected to backend and all other for client frontend
this will be very helpful in dev environment
Add ScreenShots
implementation details or an early naive aproach
define services:
client
backend
reverse proxy
mongodb
Record
I agree to follow this project's Code of Conduct
I'm a GSSOC'24 contributor
I want to work on this issue
The text was updated successfully, but these errors were encountered:
Describe the feature
adding three services for containerizing the application at this time i think it's just the frontend which is containerized so I am proposing to introduce 4 services for each production and dev environment
containerizing each service to the seprate container and using reverse proxy to handle the request for example all the requests with
/api will be redirected to backend and all other for client frontend
this will be very helpful in dev environment
Add ScreenShots
implementation details or an early naive aproach
define services:
Record
The text was updated successfully, but these errors were encountered: