Skip to content
Discussion options

You must be logged in to vote

Hey @deurk 👋

Not currently possible, but good ask — the controller silently spins up a default local watcher when no DD_WATCHER_* vars are set, which isn't ideal for a pure-aggregator setup.

I've added a new env var for the next RC:

environment:
  - DD_LOCAL_WATCHER=false
  - DD_AGENT_REMOTE1_HOST=192.168.1.50
  - DD_AGENT_REMOTE1_SECRET=mysecretkey

Set DD_LOCAL_WATCHER=false and the controller will skip the default local Docker watcher entirely — no socket mount needed.

This will ship in v1.5.0-rc.2.

Replies: 2 comments 1 reply

Comment options

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

Answer selected by deurk
Comment options

You must be logged in to vote
0 replies
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