Replies: 1 comment 10 replies
-
This seems like less of a Vector question and more of a Docker DNS and networking question 🤔 |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
Is there a way to create a sink that can connect to Docker service directly, without exposing the other service as an HTTP to the outside world?
E.g. I have two docker services:
vector
andanalytics
, whereanalytics
service is not exposed to the outside world, but lies in the same docker network wherevector
service lies.So instead of creating an HTTP sink, like:
Can I make the above work with service names directly.
Beta Was this translation helpful? Give feedback.
All reactions