Skip to content

Deployment Overview

Deployment is split across runtime images, content artifacts, and server-side compose layouts.

Key Repositories

  • datahub/v3/services/docs-site for the static runtime image
  • datahub/v3/docs for MkDocs source and generated site artifact
  • datahub/v3/devops/servers/dh-prod/docs-site for production deployment files

Design Rules

  • the runtime image is immutable
  • documentation content is delivered separately from the image
  • the public route is exposed through the shared nginx ingress