OrcheStack pre-login surface — nginx serving signup, login, and the setup wizard.
5.0K
The pre-login surface for OrcheStack — an open-source containerised data platform that integrates Airbyte, Apache Airflow, dbt Core, Great Expectations, Metabase, MinIO, OpenMetadata, and pgAdmin behind a single operator-facing interface.
This image serves the screens operators reach before they have a session:
/signup — first-administrator bootstrap form/login — administrator login/setup/* — four-step onboarding wizard (welcome → service selection → configuration → deploy)/assets/* — shared CSS and brand logosIt's a small nginx + static-HTML container. No Python, no JavaScript build step. Brand consistency is enforced by baking the HTML into the image at build time — operators cannot silently re-brand the onboarding flow without forking and rebuilding.
This is part of OrcheStack's control plane and is not designed to run
standalone. It runs alongside the rest of the platform via the
docker-compose.yml shipped in the OrcheStack runtime bundle.
To deploy OrcheStack:
curl -fsSL https://orchestack.ng/install.sh | bash
Or download the latest runtime bundle
and follow its INSTALL.md.
| Image | Purpose |
|---|---|
tripleaceme/orchestack-orchestrator | Service lifecycle daemon |
tripleaceme/orchestack-dashboard | Administrator dashboard |
tripleaceme/orchestack-airflow | Airflow 2.10 with dbt + Cosmos preinstalled |
tripleaceme/orchestack-ge | Great Expectations preinstalled |
Content type
Image
Digest
sha256:f4b781710…
Size
24.9 MB
Last updated
about 1 month ago
docker pull tripleaceme/orchestack-auth