we have deployed our chatbot with Rasa X on Google cloud platform. But when we try it, actions server doesn’t work… We have followed the instructions, created the docker-compose.override.yml, actions folders with init.py and actions.py with our code paste, and then do this instruction : sudo docker-compose up -d.
Unfortunately it doesn’t work after these steps…
If someone has any clue, it could be very helpful !
Thanks @akelad, it works now with docker-compose down
Another question if you can help : I used few packages in my actions file and i guess they are not installed in my vm. What should I do to deploy them when I deploy my project ?