46 lines
945 B
JSON
46 lines
945 B
JSON
{
|
|
"name": "suite-logs",
|
|
"description": "Stack de monitoreo con Grafana, Prometheus, Loki, Tempo y Alloy",
|
|
"type": "docker-compose",
|
|
"dockerComposeFile": "docker-compose.yml",
|
|
"buildCommand": "docker-compose pull",
|
|
"deployCommand": "docker-compose up -d",
|
|
"healthCheckPath": "/",
|
|
"healthCheckPort": 3500,
|
|
"healthCheckProtocol": "http",
|
|
"environment": {
|
|
"COMPOSE_PROJECT_NAME": "suite-logs"
|
|
},
|
|
"services": [
|
|
{
|
|
"name": "grafana",
|
|
"port": 3500,
|
|
"protocol": "http",
|
|
"path": "/"
|
|
},
|
|
{
|
|
"name": "prometheus",
|
|
"port": 9090,
|
|
"protocol": "http",
|
|
"path": "/"
|
|
},
|
|
{
|
|
"name": "loki",
|
|
"port": 3100,
|
|
"protocol": "http",
|
|
"path": "/"
|
|
},
|
|
{
|
|
"name": "tempo",
|
|
"port": 3200,
|
|
"protocol": "http",
|
|
"path": "/"
|
|
},
|
|
{
|
|
"name": "alloy",
|
|
"port": 12345,
|
|
"protocol": "http",
|
|
"path": "/"
|
|
}
|
|
]
|
|
} |