Set up Terapi locally in 3 minutes. Run:
git clone https://github.com/TerapiHQ/terapi && cd terapi
docker compose up
Go to your local Dashboardarrow-up-right.
Check out the .env.example file for all configuration options.
.env.example
Terapi uses the following ports (all overridable with docker-compose.yaml or env vars):
docker-compose.yaml
Server: 3003
Postgres: 5432
Last updated 1 year ago