Pivio Service Dependencies Definition
"service": {
"depends_on": {
"internal": [
"print-service",
"gateway-service"
],
"external": [
{
"why": "Need to sync data with it.",
"transport_protocol": "tcp",
"target": "https://api.superdealz.me:443",
"via": "proxy-service"
},
{
"why": "Get the latest Dealz.",
"transport_protocol": "tcp",
"target": "mqtt://192.xxx.xxx.xxx:5028"
}
]
}