This commit is contained in:
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"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": "/"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user