Rasa server using docker : how to reach the server?

Hello everyone,

I’m trying to deploy my chatbot on cloud. I guess the first step to do so is to put my project on docker.

However when I run this in cmd,

docker run -v $(pwd)/models:/app/models rasa/rasa run

I’ve this response :

Starting Rasa server on http://localhost:5005

But my webchat doens’t reach anymore my server and when I try to get my localhost:5005 on post man for example I get this answer :

Could not get any response There was an error connecting to localhost:5005/.

Everything was working fine without docker.

If anyone has an idea, it could be very helpful !

thank you

Olivier

I would recommend checking out Rasa X and deploying it, we have an automated setup that will bring all the compose stuff down for you and you can spin it up pretty easily.

Check it out at, Deploy to a Server

1 Like