PasqualeMuraca/mike
Docker self-host setup with healthchecks and Next.js build-arg fix
PasqualeMuraca's fork adds a complete Docker deployment path for mike. The main work is two-stage Dockerfiles for the Express backend and Next.js frontend, a compose file with dependency ordering and healthchecks, a full env var template, and a follow-up fix for Next.js NEXT_PUBLIC_* build-time inlining via Docker ARG/ENV. A .idea gitignore entry rounds it out.
What's in it
- Self-hostable in a box A containerized setup that lets a small firm's IT person stand Mike up on their own server without deep ops expertise.
- Built for in-house deployment The work so far points at firms that want Mike running on their own infrastructure rather than someone else's cloud.
Direction
infrastructure
Activity
Threads of work (detailed view)
PasqualeMuraca packages Mike to run on your own servers
A self-hosting kit that lets a firm stand up the whole platform in-house instead of relying on someone else's cloud.
Docker setup for self-hosting mike, with build-arg fix for Next.js env vars
PasqualeMuraca added a complete Docker setup for running mike locally or on a VPS: separate Dockerfiles for the Express backend and Next.js frontend, a compose file with healthchecks and startup ordering, and a follow-up fix for a real Next.js gotcha around `NEXT_PUBLIC_*` build-time vars.