Hi there, I desperately need a helping hand here
my university project group has created a Rasa Chatbot with custom actions using the Rasa Open Source Framework (Version 3.0).
We got a very good working model and would now like to deploy it at a low cost or for free and use the webhook on a websites chat window for interactions with the chatbot.
I’ve found it quite difficult though to find a good guide on where and how to deploy. I tried heroku and got the base model working (the rasa init which shows you a tiger cub picture) but as I would have to dockerize the actions server separately as heroku exposes only one port at a time its difficult to set it up for the two services to be able to communicate with each other. I tried all weekend to get this to work but I always get errors when building the containers and/or at testing after deployment
My colleague also tried deploying it with Rasa X 1.1 Community Edition (Deprecated now since 8th of June) and also struggled with getting the actions server communicating properly.
I am very frustrated and also reached the point where I would be willing to spend some money for the hosting of the bot. The bot needs to be available for a limited amount of time (project presentation day → demo)
I’d be glad if an experienced person could direct me into a potentially easy and cheap way to deploy the bot including custom actions.