Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • 1
    Nice now if u want scoring_api to talk to ner_api would it be http://scoring_api:port? or should it still be localhost? Commented Aug 21, 2020 at 13:20
  • 2
    both apps can use their names to communicate with each other. For example, the scoring app can call ner app using "ner_api:port/extract" and vice versa Commented Aug 21, 2020 at 23:05
  • Thank you very much for docker inspect and pointing that endpoints should be accessed by containers name_ not by localhost! Commented May 25, 2023 at 23:16