Files
suite_logs/.coolify.json
T
egutierrez 3ce5f29819
Deploy to Coolify / deploy (push) Has been cancelled
ajustadas passwords y deployment
2025-11-09 17:27:06 +01:00

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": "/"
}
]
}