Deploying Rasa X without running it as a docker container

Hi, I’ve read about the various methods of deploying Rasa X in the docs.

Context: I want to deploy Rasa X on a server however I can’t ssh into the server, I can only provide it a docker container.

In this case, I can’t deploy Rasa X using docker compose as that would lead to a dind situation. What other approach is possible in this case?

  • Can I include the Rasa X image as a service in the parent docker-compose file?
  • Will Rasa X local installation, but on a server, be a good alternative?

Thanks!