Split Docker provider
This commit is contained in:
parent
2cebd0a083
commit
466d7461b7
71 changed files with 2677 additions and 1190 deletions
|
@ -89,23 +89,40 @@
|
|||
"providers": {
|
||||
"providersThrottleDuration": "1m51s",
|
||||
"docker": {
|
||||
"exposedByDefault": true,
|
||||
"constraints": "Label(\"foo\", \"bar\")",
|
||||
"allowEmptyServices": true,
|
||||
"network": "MyNetwork",
|
||||
"useBindPortIP": true,
|
||||
"watch": true,
|
||||
"endpoint": "xxxx",
|
||||
"defaultRule": "xxxx",
|
||||
"endpoint": "xxxx",
|
||||
"tls": {
|
||||
"ca": "xxxx",
|
||||
"cert": "xxxx",
|
||||
"key": "xxxx",
|
||||
"insecureSkipVerify": true
|
||||
},
|
||||
"exposedByDefault": true,
|
||||
"useBindPortIP": true,
|
||||
"swarmMode": true,
|
||||
"network": "MyNetwork",
|
||||
"swarmModeRefreshSeconds": "42ns",
|
||||
"httpClientTimeout": "42ns"
|
||||
},
|
||||
"swarm": {
|
||||
"exposedByDefault": true,
|
||||
"constraints": "Label(\"foo\", \"bar\")",
|
||||
"allowEmptyServices": true,
|
||||
"network": "MyNetwork",
|
||||
"useBindPortIP": true,
|
||||
"watch": true,
|
||||
"defaultRule": "xxxx",
|
||||
"endpoint": "xxxx",
|
||||
"tls": {
|
||||
"ca": "xxxx",
|
||||
"cert": "xxxx",
|
||||
"key": "xxxx",
|
||||
"insecureSkipVerify": true
|
||||
},
|
||||
"httpClientTimeout": "42ns",
|
||||
"refreshSeconds": "42ns"
|
||||
},
|
||||
"file": {
|
||||
"directory": "file Directory",
|
||||
"watch": true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue