Skip to main content

Try Cala

Install Docker and Docker Compose

Download the docker-compose.yml

wget https://raw.githubusercontent.com/GaloyMoney/cala/main/docker-compose.yml

Run the Cala Server with a PostgresQL Instance

docker-compose up -d cala-server

GraphQL Demo

Cleanup

  • run in the directory where the docker-compose.yml file is
docker-compose down