mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-04-21 13:37:48 +00:00
15 lines
274 B
JSON
15 lines
274 B
JSON
{
|
|
"name": "mongo-express",
|
|
"kinds": ["docker", "autoconf"],
|
|
"timeout": 120,
|
|
"delay": 120,
|
|
"no_copy_container": true,
|
|
"tests": [
|
|
{
|
|
"type": "status",
|
|
"url": "https://www.example.com",
|
|
"status": 401,
|
|
"tls": "www.example.com"
|
|
}
|
|
]
|
|
}
|