-
-
Notifications
You must be signed in to change notification settings - Fork 11
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: Adding Traefik reverse proxy #105
Conversation
Hi @Akilditu , thanks a lot for this PR. For my part, the platform works well at https://platform.pyronear.org/ and locally using make run_dev. Just one small point before validating, couldn't you adapt the docker CI so that it runs like run_dev? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the update @Akilditu
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for the fix
This PR aims at adding Traefik reverse proxy so that we can secure platform app.
Major improvements are :
docker-compose.yml
web
network so that Traefik can communicate with thefrontend
service through 8050 port exposuremake run_dev
commanddocker-compose-dev.yml
file without Traefik service to avoid any conflict while development on localhostThanks a lot for the review !