Skip to main content

Self-hosted installation options

Choose the best option for your use case:

Docker Compose

Recommended for production — everything in one command

Development

Recommended for developers — full local setup

Other options

Docker (standalone)

Run individual containers from the command line

Quick start with Docker Compose

If you just want to get Ringee running as fast as possible:
git clone https://github.com/ringee-io/ringee-app.git
cd ringee
cp .env.example .env   # Fill in your API keys
docker-compose -f docker-compose.app.yml up --build -d
Then open:
You must configure your API keys in the .env file before running. See the Configuration Reference for details on each variable.

Next steps

Configuration Reference

Learn about all environment variables

Telnyx Setup

Configure your telephony provider