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