Where to deploy a small web application based on Docker?
Hello everyone, I need to deploy a web application (static frontend + backend in Go + PostgreSQL + Redis + long running tasks) for a web application that need to be up for a limited amount of time (3 days at maximum).
What do you suggest? The app is still not ready for K8S, it's using docker-compose.
Most work is probably getting a domain with respective TLS certs. Otherwise there are many options. If you just need it for three days you might want to check AWS ECS. A bit more expensive perhaps, but quite easy configuration and they provide domain and certs within a few minutes from my experience and the price shouldn't matter too much for a few days.
DigitalOcean App Platform is pretty simple.