yarp-samples
yarp-samples copied to clipboard
Running YARP in Docker Container
https://github.com/cecilphillip/yarp-samples/blob/87c9d51ab3dbb40a8fc9e05ddf4b0eef824b4617/src/ApiProxySamples/docker-compose.yml#L12
Were you able to successfully send requests to the YARP docker container?
Every time I send a request to http://localhost:5000/api/addresses which is the port YARP is bound to, I get 404 not found.
But when I send a request to http://localhost:5002/api/addresses which is the address and port the Addresses API application is bound to for container, results are returned.