This repo contains ansible playbooks and docker compose files to get a number of self-hosted services up and running on my homelab.
Each host is running on Proxmox in a LXC container running Ubuntu 24.04 LTS.
Why use Proxmox rather than a single host with docker compose? Mostly because Proxmox makes it trivial to both backup and migrate services between nodes using a single web interface. A similar setup could also be achieved using k8s but I wanted to avoid the complexity for now.
All hosts have tailscale installed on them, with Tailscale SSH enabled using either serve or funnel to expose services with Let's Encrypt certificates.
I've cloned Proxmox VE Helper-Scripts and run a few of the scripts to cleanup and update LXC containers.