|
|
|
|
|
by t_sawyer
1332 days ago
|
|
I’m personally very happy with switching to a Hetzner dedicated server, I’m saving a ton of money, and the server can handle my busiest months of load with plenty of room to spare. I use docker containers for a rails app and send backups of my db to S3 with restic. Docker compose files and DR scripts are in my repo. If Hetzner goes down I’ll run them on a VPS from any of the million providers. Deploys push a docker container to dockerhub, then ssh into Hetzner and pulls them. If you want the ease of git push deploys similar to Heroku then use Dokku. Everyone should remember how long it took Heroku to tell you your environment variables were stolen in a breach and how they were not transparent at all through the whole process. |
|