Altien ships Mike as one container
The fork collapses Mike's two halves into a single deployable image, with one knob to switch between same-origin and split-origin setups.
Most Mike deployments run the backend and frontend as separate services. Altien's fork bundles them into one container image - frontend, backend, and the document-conversion tooling needed to handle Word files, all baked together. A single build argument decides whether the frontend talks to the backend on the same domain or a separate one, so the same image source can serve both deployment shapes.
It's an opinionated choice. You give up the flexibility of scaling the two halves independently, but you get a much simpler thing to hand to ops: one image, one place to deploy, one set of environment variables to document. The fork also trims the frontend's required configuration down to a near-minimum, which suggests the team is optimising for legal-ops teams who want to stand Mike up without a platform engineer on standby.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?