Closed Akilditu closed 1 year ago
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?
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 !