Skip to main content
The RELAI backend and dashboard are distributed as private images on Docker Hub (relaiai/backend and relaiai/dashboard), so you’ll need Docker Hub credentials before you can pull them.
1

Get a Docker Hub access token

RELAI will provide you with a Docker Hub access token scoped to your account. Treat it like any other credential — don’t commit it to a repository or paste it somewhere shared.
2

Set the token as an environment variable

3

Log in to Docker Hub

You don’t need to run docker pull yourself. The Compose file is configured to pull each image the first time it’s needed (pull_policy: missing), so this happens automatically the first time you run docker compose up — see Starting the services.