I'm running a few projects from my home on a 10 year old dual core laptop with 16gb of ram. I run docker swarm with nginx for static stuff, 2 nodejs/react apps, a python app, a few sheduled jobs, a mongodb and a postgres db, victoriametrics + grafana for monitoring, portainer for docker management and a few other things. In total 18 running containers I use cloudflare tunel to expose them to the internet. here's an uptime:
07:26:00 up 89 days, 15:50, 3 users, load average: 1.03, 1.15, 1.21
Sure, the apps don't do heavy computation, just normal stuff but i found it enough. Even faster than some aws containers that I use at work.
No comments yet.