Easy SSL Hosting

I struggled for a few weeks to get just a basic image up on Digital Ocean with SSL as the app I was talking to needed https. And after grinding my teeth through dev ops I came across a setup from this repo that uses docker-compose and let’s encrypt

Long story short I created a repo myself where all you need is to input what image you want to use, a domain you own, your email, and a config file to limit upload sizes. This configuration can be used with any image as long as it exposes port 80. Although I have only tested it with my FastAPI image , this will most likely will work with torch serve and the starlette fastai repo.

1 Like