feat: configured tsdproxy and added docker hostname
This commit is contained in:
parent
8dc205893e
commit
29b05e2037
1 changed files with 19 additions and 0 deletions
19
tsdproxy/tsdproxy.yaml
Normal file
19
tsdproxy/tsdproxy.yaml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
defaultproxyprovider: default
|
||||
docker:
|
||||
local:
|
||||
host: unix:///var/run/docker.sock
|
||||
targethostname: 172.31.0.1
|
||||
files: {}
|
||||
tailscale:
|
||||
providers:
|
||||
default:
|
||||
authKeyFile: /run/secrets/tailscale/tsdproxy
|
||||
controlurl: https://controlplane.tailscale.com
|
||||
datadir: /data/
|
||||
http:
|
||||
hostname: 0.0.0.0
|
||||
port: 8080
|
||||
log:
|
||||
level: info
|
||||
json: false
|
||||
proxyaccesslog: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue