Run Multibox locally with Docker
Last updated
Was this helpful?
Last updated
Was this helpful?
This quickstart guide explains how to run Multibox locally using docker compose. You will learn how to obtain a free short-time license and set up Multibox.
Go to the . Sign up and click the new license button. Choose product type "Multibox".
You'll see your license in the "My Licenses" list. Click on your new license and copy credentials. It is a long string like
This string is your license key.
Follow the to install Docker and Docker Compose
Firstly, let's make the configuration file. There are two services: aidbox-db
and multibox
. The first one is PostgreSQL database and the second one is the Multibox itself.
To configure Multibox we need to pass environment variables to it. We can pass them with .env
file.
Insert your license key into environment file. Change the line
Start Multibox with Docker Compose
This command will download and start Multibox and its dependencies. This can take a few minutes.
Now you are ready to use Multibox.
in the .env
file where <your-license-key>
is a license key which you obtained on the step.
You can find more about required Multibox environment variables
Open . You'll see Multibox login page. Sign in using credentials specified in AIDBOX_SUPERUSER
variable in .env
file.