Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Comments

@pirjademl
Copy link

pirjademl commented Aug 30, 2024

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

  1. client
  2. backend
  3. reverse proxy - traefik
  4. 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:

  1. client
  2. backend
  3. reverse proxy
  4. 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant