Skip to main content

Self-hosted installation options

Choose the best option for your use case:

Other options

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.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