Skip to content
Endatix
Endatix Hub

Self-hosting & Containers

Official Docker Hub images for both the Hub and the API. A reference docker-compose.yml covers the full stack. Deploy to any cloud or on-premise environment — server-side PDF export included, no headless browser required.

Docker Hub Images Azure / AWS / GCP Linux / Windows
docker compose up
nginx / traefik
Reverse Proxy
running
endatix-hub
Next.js · Node 20
running
endatix-api
.NET 10 · REST API
running
postgres / mssql
Database · EF Core
running
docker pull endatix/hub:latest

One compose file, full stack running

Everything Endatix needs ships as Docker images. Clone the repo, copy the reference compose file, set your environment variables, and run docker compose up — that's the entire deployment.

  • Official Docker Hub images for Hub (Next.js) and API (.NET 10)
  • Reference docker-compose.yml included for full-stack deployment
  • Configure everything via environment variables or .env files
  • No secrets or credentials baked into images
  • Server-side PDF generation — no headless Chromium dependency
  • Images mirror to private registries for air-gapped environments

Self-hosting without compromise

Every feature works the same way on your hardware as it does on cloud — no hosted-only capabilities.

Docker Hub Images

Official images for both the API and the Hub published to Docker Hub. Pull by tag for pinned releases or latest for rolling updates.

docker compose Included

A reference docker-compose.yml covers all containers — reverse proxy, Hub, API, and database — wired together and ready to start.

Environment Variable Config

All secrets, connection strings, and feature flags load from environment variables or mounted .env files. No secrets baked into images.

Server-side PDF Export

PDF generation runs in the Node.js process — no headless Chromium required. Inline images are embedded using server-side data URIs.

Cloud Provider Agnostic

Runs identically on Azure Container Apps, AWS ECS, Google Cloud Run, or a plain VM. No proprietary managed service dependencies.

Air-gapped Deployment

Images can be mirrored to a private registry. The stack makes no mandatory external calls at runtime — suitable for isolated networks.

Your infrastructure

Your server. Your data. Your rules.

Need help with a production deployment or a custom infrastructure configuration? We have done this across AWS, Azure, GCP, and bare metal.

Talk deployment