> ## Documentation Index
> Fetch the complete documentation index at: https://rasa.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Quick Deployment with Docker Compose

> Use Docker Compose to quickly and cheaply deploy a Rasa CALM Chatbot to a server

For small deployments we recommend using this [docker compose template](https://github.com/RasaHQ/developer-edition-docker-compose).
This typically takes less than 20 minutes, including the time required to provision a VM.

### Scalable Deployment

If you have a commercial (paid) Rasa license, we will help you set up a cluster deployment to handle high traffic volumes across multiple nodes.
A full [Rasa Pro deployment](/docs/reference/architecture/rasa-pro) includes services for:

* Running multiple Rasa pods to serve high traffic
* Analytics
* Managing models via S3
* Secrets management
* Connection to Rasa Studio

Read on for more details about [deploying with kubernetes](/docs/pro/deploy/deploy-kubernetes).
