Self-hosting

EVERJUST is self-hosted. You run it on your own server, your data lives in your own database, and there are no per-app license fees. This section is for the person who operates the platform.

Most people don't need this

If you signed up at everjust.app, your workspace is already hosted for you — skip to Get started. These pages are for running EVERJUST on your own infrastructure.

How it fits together

EVERJUST runs as a small set of services with Docker Compose:

  • The application server — the platform itself, serving every workspace.
  • PostgreSQL — one database per workspace, fully isolated from each other.
  • Nginx — wildcard TLS and subdomain routing (*.your-domain).
  • The control plane — provisions new workspaces, handles billing, and automates DNS.

One application binary serves all workspaces; each tenant is just its own database, selected by the subdomain.

See also: Upgrade · Command-line reference

Need a hand with this? company@everjust.co — a human answers.