feat: add filtering by container label for Docker integration (#194)
This commit is contained in:
parent
6b63fe209f
commit
faa61b0f1d
5 changed files with 114 additions and 10 deletions
|
|
@ -47,8 +47,14 @@ headscale:
|
|||
integration:
|
||||
docker:
|
||||
enabled: false
|
||||
# The name (or ID) of the container running Headscale
|
||||
container_name: "headscale"
|
||||
# Preferred method: use container_label to dynamically discover the Headscale container.
|
||||
container_label:
|
||||
name: "com.headplane.selector"
|
||||
value: "headscale"
|
||||
# Optional fallback: directly specify the container name (or ID)
|
||||
# of the container running Headscale
|
||||
# container_name: "headscale"
|
||||
|
||||
# The path to the Docker socket (do not change this if you are unsure)
|
||||
# Docker socket paths must start with unix:// or tcp:// and at the moment
|
||||
# https connections are not supported.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue