Error using ner_duckling_http in pipeline

Hey @souvikg10 , I am doing something similar but without docker-compose.

  1. I have created individual docker images for all NLU, Action server, Duckling, MongoDB.
  2. With docker inspect bridge, I get the iP of all images in bridge network.
  3. I update the corresponding IPs in config.yml and endpoints.yml. 4 So duckling config becomes:
- name: "ner_duckling_http"
  url: "http://duckling_IP:8000"
  1. After all this, my rasa shell can connect to Action Server but NOT to the DUCKLING, with sÎame error as mentioned in this post.

Any help is highly appreciated.