
My Self-Hosted Docker Infrastructure
My Self-Hosted Docker Infrastructure Over the past few years, I’ve built out a comprehensive self-hosted infrastructure running on Docker. What started as a simple Nextcloud instance has evolved into a production-grade setup with 10+ services, automated deployments, centralized monitoring, and a solid backup strategy. Here’s how I’ve structured everything and the key lessons I’ve learned along the way. Why Self-Host? Before diving into the technical details, let me explain why I chose this path. Self-hosting gives me: ...

Docker Swarm using DietPi
Docker Swarm using DietPi Setting up a Docker Swarm cluster doesn’t have to be complicated. Here’s how I deploy and configure Docker Swarm on DietPi—a lightweight, well-maintained OS that runs on everything from Raspberry Pi to virtual machines. Why DietPi? DietPi strikes the perfect balance: it’s lightweight, actively maintained, runs on tons of devices, and is incredibly easy to configure. Whether you’re using Raspberry Pi, other single-board computers, or even virtual machines on Proxmox or VMWare, DietPi makes cluster deployment straightforward. ...