mergefailure
Cheapest way to host a trivial elixir docker container with TLS?
I’m looking to host a trivial elixir (webhook) app (using docker) can anyone suggest the cheapest way to host a trivial elixir docker container with TLS ?
Most Liked
supernova32
If you are really interested in the cheapest way, then you can’t beat free. Heroku and Gigalixir both offer free plans. No Docker, though.
If paying $5/month isn’t too much for you, then I’d set up a droplet with Digital Ocean, use docker-machine to get it 100% ready for docker, and deploy using docker-compose.
supernova32
Heroku and Gigalixir offer TLS for free. And it’s quite easy to set it up for yourself on DigitalOcean using certbot and Let’s Encrypt
Jhancock
Depending on the nature of your app, look into google cloud run Cloud Run | Google Cloud
It will run based on a docker container you provide, manage your tls endpoint, handle scaling and only charge for the seconds it is running. At least that’s the idea.
See also https://cloud.google.com/elixir/
Popular in Discussions
Other popular topics
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #elixirconf
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #websockets
- #supervisor
- #advent-of-code
- #elixirconf-us
- #distillery
- #processes
- #forms
- #api
- #metaprogramming
- #security
- #performance









