Deploy Rasa X on server without Redis, PostgreSQL, Duckling, Nginx containers as they are already installed on the server

Hi all,

I want to deploy Rasa X on server that has Redis, PostgreSQL, Duckling, Nginx already installed. How can I override docker-composer.ce.yml file so that those containers will not be installed.

@ydjadi in what sense are they installed? Directly on the VM or running in containers? Whatever you have on your machine might not be compatible with Rasa X, especially the environment variables/files mounted. It would definitely be easiest if you just had Rasa X use the containers it comes with.

@akelad thx for your reply :slight_smile: they are directly installed on the VM. We already use them in other kind of projects.

i would still suggest using the containers we provide.