DEV Community

Discussion on: Where do you host server-side code?

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt

My favorite is GCP hosted fully-managed Docker platform -- Google Cloud Run. However, it allows only stateless Docker, that maybe connected to GCP's services.

But, when I need it stateful, I use Google Compute Engine. Though, I believe AWS Lightsail is amongst the cheapest, even cheaper than DigitalOcean. I used it to host Docker compose.

As long as I still have free credits for GCP (for one year), at least...