I am using a reverse proxy where a lot of services are located under the same domain on different paths.
my-domain/api/bacon
my-domain/api/potato
And I would like to wait for each of these services individually.
Would it be possible to do something like:
wait-for-it my-domain:80/api/bacon
I've tryed some variations of it and all of them fail.