31 lines
677 B
JSON
31 lines
677 B
JSON
[
|
|
{
|
|
"name": "self_alive",
|
|
"type": "native",
|
|
"push": "xxxxxxxxxxxxxxxx"
|
|
},
|
|
{
|
|
"name": "web_frontend",
|
|
"type": "http",
|
|
"target": "http://localhost:8080/health",
|
|
"push": "xxxxxxxxxxxxxxxx"
|
|
},
|
|
{
|
|
"name": "api_service",
|
|
"type": "service",
|
|
"target": "my-api.service",
|
|
"push": "xxxxxxxxxxxxxxxx"
|
|
},
|
|
{
|
|
"name": "redis_container",
|
|
"type": "docker",
|
|
"target": "redis",
|
|
"push": "xxxxxxxxxxxxxxxx"
|
|
},
|
|
{
|
|
"name": "media_nfs",
|
|
"type": "mount",
|
|
"target": "/mnt/media",
|
|
"push": "xxxxxxxxxxxxxxxx"
|
|
}
|
|
]
|