ajustadas passwords y deployment
Deploy to Coolify / deploy (push) Has been cancelled

This commit is contained in:
2025-11-09 17:27:06 +01:00
parent 65f2585c59
commit 3ce5f29819
10 changed files with 327 additions and 19 deletions
+46
View File
@@ -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": "/"
}
]
}