Self-hosted open-source deployment is Apache-2.0 licensed and provided without
a guarantee.
Requirements
- A subsystem with docker-engine installed. Installation guidelines
Setting up the compose
-
In a new directory where you want to setup the containers, create a new file
docker-compose.yml
-
Add the following content from our official docker-compose example file
docker-compose.yml
-
Run the following command to start your containers
Make sure your docker engine is running for the docker command to work.
Additionally, to run the containers in background you can use the command
docker compose up -d
or docker compose up --detach
- SuperAlign UI at localhost:3000 with your
- SuperAlign Backend hosted at localhost:8080/api.