Hey @souvikg10 , I am doing something similar but without docker-compose.
- I have created individual docker images for all NLU, Action server, Duckling, MongoDB.
- With
docker inspect bridge, I get the iP of all images inbridgenetwork. - I update the corresponding IPs in
config.ymlandendpoints.yml. 4 So duckling config becomes:
- name: "ner_duckling_http"
url: "http://duckling_IP:8000"
- After all this, my
rasa shellcan connect to Action Server but NOT to the DUCKLING, with sÎame error as mentioned in this post.
Any help is highly appreciated.