Rasa Deployment - Docker Compose

Hi guys,

I am working on the deployment of Rasa assistant with Rasa x using docker compose. How to deploy it into production without git integration?

Can I have different db for Lock store same as tracker store? Or is it entirely different and my understanding is wrong?

Hi @gunalaksh, the Git integration for Rasa X (IVC) is a completely optional feature. You can use Rasa X without it, and your training data will remain on your deployed SQL database.

The lock store does not use a conventional database, it uses Redis instead. The lock store does not store any conversation data, it is only there to ensure that only one Rasa Open Source node is working on a conversation at a given time. The tracker store is where the conversations are actually stored.