Run Multibox locally
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-term license and set up Multibox.
Contact HealthSamurai and get a Multibox license. It is a long string like
This string is your license key.
Follow the official Docker guide to install Docker and Docker Compose.
Follow the Getting Started Aidbox guide to get the recommended docker-compose.yaml
file.
Change image name from aidboxone to multibox like this:
To start Multibox needs additional environment variables. Pass the following:
Insert your license key into the environment file. Change the line
where <your-license-key>
is a license key.
Start Multibox with Docker Compose
This command will download and start Multibox and its dependencies. This can take a few minutes.
Open http://127.0.0.1.nip.io:8080.
You'll see Multibox login page. Sign in using the credentials specified in the AIDBOX_SUPERUSER
variable (admin
/secret
).
Now you are ready to use Multibox.