Copilot ↗ analysis ↗ GitHub techieanant/mike
Self-hosted Docker stack to run mike without any cloud service dependencies
techieanant/mike has one active track: a Copilot-authored PR that replaces all hosted dependencies with open-source equivalents. Managed Postgres, Supabase auth, PostgREST, and S3/R2 are swapped for supabase/postgres, GoTrue behind nginx, PostgREST, and MinIO respectively. Two multi-stage Dockerfiles, a pair of compose files for dev and production, and a GitHub Actions publishing workflow round out the change.
What's in it
- Self-hosted deployment Run the entire Mike stack on your own hardware via Docker, with no hosted vendors in the loop.
- Zero cloud dependencies Designed so a firm can keep the legal-AI workflow fully inside its own perimeter.
Direction
infrastructuresecurity
Activity
Threads of work (detailed view)
Self-contained Docker stack replaces hosted Supabase, Postgres, auth, and S3
A Copilot-authored PR proposes running the full mike stack on a single host using only open-source components - no hosted Supabase, no managed Postgres, no cloud object storage. The change is a complete deployment re-architecture: new Dockerfiles, compose orchestration, an nginx gateway, MinIO for storage, and automated schema seeding.
Pull requests (detailed view)
🟢 Open (1)
Copilot · opened 2mo ago