#Docker

4 items tagged “Docker

BlogHome Lab6 min read

rrr-stack: The Docker Compose File Behind My Arr Media Server

A service-by-service breakdown of rrr-stack, my one-command Docker Compose setup for Jellyseerr, Prowlarr, Sonarr, Radarr, Lidarr, qBittorrent, Jellyfin, Homepage, and Maintainerr.

#Docker
BlogHome Lab5 min read

Building My Self-Hosted Home Media Server with Docker

A complete walkthrough of my home server — TrueNAS for backups, Proxmox for virtualization, and a fully automated Docker media stack with the *Arr apps and Jellyfin.

#Home Server
TILDevOps2 min read

Using Traefik as a Reverse Proxy for a Self-Hosted Stack

TIL that manually editing an Nginx config and restarting it for every new service didn't scale past a handful of containers — Traefik's label-based routing removed that step entirely by discovering services automatically.

#Docker
TILDevOps2 min read

Using Docker for Application Deployment: The Boring Win I Underrated

TIL that 'works on my machine' stopped being a real category of bug the day I containerized the API, not because Docker is clever but because it removed an entire class of environment-drift I'd been debugging manually.

#Docker