[
{
"name": "my-app",
"containers": ["abc123", "def456"],
"containerDetails": [
{
"id": "abc123",
"name": "my-app-web-1",
"service": "web",
"state": "running",
"status": "Up 2 hours",
"health": "healthy",
"image": "nginx:latest",
"ports": [
{
"publicPort": 8080,
"privatePort": 80,
"type": "tcp",
"display": "8080:80/tcp"
}
],
"networks": [
{
"name": "my-app_default",
"ipAddress": "172.18.0.2"
}
],
"volumeCount": 1,
"restartCount": 0,
"created": 1709568000
}
],
"status": "running",
"sourceType": "internal"
},
{
"name": "database",
"containers": [],
"containerDetails": [],
"status": "created",
"sourceType": "git"
}
]