mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-04-21 13:37:48 +00:00
32 lines
665 B
JSON
32 lines
665 B
JSON
{
|
|
"name": "docker-configs",
|
|
"kinds": ["docker"],
|
|
"delay": 120,
|
|
"timeout": 120,
|
|
"tests": [
|
|
{
|
|
"type": "string",
|
|
"url": "https://app1.example.com/hello",
|
|
"string": "world",
|
|
"tls": "app1.example.com"
|
|
},
|
|
{
|
|
"type": "string",
|
|
"url": "https://app2.example.com/hello",
|
|
"string": "world",
|
|
"tls": "app2.example.com"
|
|
},
|
|
{
|
|
"type": "string",
|
|
"url": "https://app1.example.com/app1",
|
|
"string": "app1",
|
|
"tls": "app1.example.com"
|
|
},
|
|
{
|
|
"type": "string",
|
|
"url": "https://app2.example.com/app2",
|
|
"string": "app2",
|
|
"tls": "app2.example.com"
|
|
}
|
|
]
|
|
}
|