Skip to content

Deployment using Docker Compose

Docker Compose Deployment

  1. Clone the project: Use Git to clone the Ballerine repository to your local machine:
git clone https://github.com/ballerine-io/ballerine.git && cd ballerine
  1. Switch to the dev branch: After cloning, switch to the dev branch (or the branch you wish to deploy):
git checkout dev
  1. Run Docker Compose: Now, you can start all services using Docker Compose:
docker-compose -f deploy/docker-compose-build.yml up -d

The application should now be running at the ports defined in your Docker Compose configuration.