You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been using tsnsrv inside a docker-compose stack to serve private services. An example is this stack, which I spun up a month or so ago and has been running since. Note that tsnsrv accesses the registry-ui container by name.
Trying to start a new service following the same pattern this week, using the pre-built tsnsrv main image, I'm seeing connections to tsnsrv hang, and the proxied service does not seem to be receiving any traffic.
Here's the docker-compose stack that's not working:
(WARN proxy error error="context canceled" occurs when I kill the curl process making the request.)
If I expose the aptly port via 8003:80, and change the aptly-tsnsrv definition to include the following, then tsnsrv successfully connects to the proxied service and behaves as expected:
I'm not knowledgeable about how the images are being built after #57, but: is it possible the new build process results in a binary that's unable to use DNS to lookup the proxied service by name?
The text was updated successfully, but these errors were encountered:
I have been using tsnsrv inside a docker-compose stack to serve private services. An example is this stack, which I spun up a month or so ago and has been running since. Note that tsnsrv accesses the
registry-ui
container by name.Trying to start a new service following the same pattern this week, using the pre-built tsnsrv
main
image, I'm seeing connections to tsnsrv hang, and the proxied service does not seem to be receiving any traffic.Here's the docker-compose stack that's not working:
tsnsrv logs the following when I make a request to it:
(
WARN proxy error error="context canceled"
occurs when I kill the curl process making the request.)If I expose the
aptly
port via8003:80
, and change theaptly-tsnsrv
definition to include the following, then tsnsrv successfully connects to the proxied service and behaves as expected:tsnsrv logs the following for this (successful) request:
I'm not knowledgeable about how the images are being built after #57, but: is it possible the new build process results in a binary that's unable to use DNS to lookup the proxied service by name?
The text was updated successfully, but these errors were encountered: