Skip to content

I/O Timeout on routes to container services #145

Answered by umputun
dmlogv asked this question in Q&A
Discussion options

You must be logged in to vote

To make reproxy to see/access networks from your other composes, you need to define the network and add it to your composes. This is not related to reproxy, but rather the docker / docker-compose thing. See https://docs.docker.com/compose/networking/ for more details, but generally, all you need is to add smth like this to reporxy compose and use it for networks: in your other composes

networks:
  proxy:
    external:
      name: reproxy

this is not an actual issue/bug report, I'll be moving it to discussions

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@dmlogv
Comment options

Answer selected by dmlogv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #144 on July 15, 2022 17:42.