A self-hosted homelab setup with Docker containers for various services.
homelab/
βββ docker/ # ALL containers live here
β βββ airflow/ # Apache Airflow - Workflow orchestration
β βββ minio/ # MinIO - S3-compatible object storage
β βββ postgres/ # PostgreSQL - Database
β βββ qbittorrent/ # qBittorrent - BitTorrent client
β βββ portainer/ # Portainer - Docker management UI
β
βββ scripts/ # bootstrap + automation
β βββ docker.sh # Docker service management
βββ .gitignore
βββ README.md