RASA X - Docker Compose Installation - nginx - you have not agreed to the terms and conditions, Rasa X cannot start

Hi, Since almost 4 weeks ago I’m trying to make work a Docker image to my production envirnoment but there are two services that do not work.

1- nginx, shows the message: “you have not agreed to the terms and conditions, Rasa X cannot start.”. I chenge the docker-compose service definition to set the volume value of “terms” to “/etc/rasa/terms” and create the file in the “intall.sh” script, witout success.

2- rasa-x, I´m not sure if is correlated to the above error but the continuo mesage is: ERROR:rasax.community.services.event_service:Caught an exception while consuming events.

Please your help, it’s taking me too much time to make it work.

These are my files:

docker-compose.override.yml (165 Bytes) docker-compose.yml (5.2 KB) Dockerfile (940 Bytes) install.sh (2.5 KB).env (739 Bytes)

Hi! Would you mind checking if it is set up according to the “Terms” section: Docker Compose Installation here?

Hi Yenny, I had not done it, but adjust the Docker file to include those steps and execute everything and it still presents the same …

install.sh (2.5 KB) Dockerfile (1.5 KB) docker-compose.yml (5.0 KB)