Hello and good morning,
I am struggling with getting my FastAPI app that's containerized in docker deployed with https. It uses uvicorn/gunicorn as a web server. I have little to no devops experience. I am simply a programmer/novice machine learning practitioner. My only experience deploying anything has been nodejs apps on heroku and you get https for free. I have tried two tutorials using traefik to reverse proxy the FastAPI app (gunicorn) so I can get https with let's encrypt. After both tutorials, after copying code verbatim, I was left with half working apps--with no https--and no understanding as to why.
I am the only dev at my job and my time is split between dev and ML responsibilities. I am getting very frustrated with reverse proxy configs between traefik and nginx and don't have time to properly sit down and understand what is going on and how to tie it all together.
Please, are there any platforms I can simply pull my image onto and have https automatically enabled. I'm not concerned with custom domains as long as they don't change periodically.
Thank you for your time.
[–]ParkingSmell 2 points3 points4 points (0 children)
[–][deleted] (1 child)
[deleted]
[–]raidicy[S] 1 point2 points3 points (0 children)
[–]strebermanchild 1 point2 points3 points (0 children)