Hey everyone, I am finishing up my project and am ...
# ktor
c
Hey everyone, I am finishing up my project and am taking steps to deploy it, but I’m not sure what the possibilities are. My actual setup is • backend: Ktor + mysql backend • frontend: Kobweb ◦ Can be exported as static files and included in the Ktor project, but preferably I’d have it running in it’s own container All this I have already running in docker by using the docker-compose, and having 3 containers, backend, database and frontend. Now I only need to have it somewhere up in the cloud 😅 The services I have found that could be of use are Render, Heroku, Digital Ocean, Google Cloud, … Since they all ask for money, and I don’t want to subscribe to all services only to use 1 in the end, I wanted to see what the options where, what others are using and how I could best handle this… a free service would also be nice, but not sure if they can be found