Requirements
To deploy Rasa Studio using Docker Compose, youโll need:- Docker (version 20.10.0 or higher).
- Docker Compose (version 2.0.0 or higher) (Not required if you have Docker Desktop installed).
- At least 4GB of available RAM.
- A Rasa license key with an entitlement to use Studio.
- An OpenAI API key or credentials for another LLM if you wish to use LLM powered features.
Get Started
The Docker Compose file to get started with Rasa Studio can be found here. You should clone this repo to your local machine to begin.- Rasa Studio requires some environment variables to be set before you can start the application. Open the
.envfile and set the values within. We recommend that you begin with the latest version of Rasa Studio and the latest compatible version of Rasa Pro. You can check for compatibility using our Compatibility Matrix. - Start all the services for Rasa Studio by running
- The startup process will show logs from all services in your terminal. The application is ready when you see the following message from the startup-helper service:
Access Rasa Studio
Once the application is ready, the services will be available on different ports and paths:.env file before you run docker compose up.