- Update log-ingest to use internal Loki endpoint - Add standalone docker-compose for dokploy deployment - Update ROADMAP and LOGGING-PLAN with completed status - Configure proper network settings for dokploy-network
19 lines
358 B
JSON
19 lines
358 B
JSON
{
|
|
"name": "ai-stack-log-ingest",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "tsx src/index.ts",
|
|
"dev": "tsx --watch src/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"hono": "^4.0.0",
|
|
"prom-client": "^15.0.0",
|
|
"@hono/node-server": "^1.8.0"
|
|
},
|
|
"devDependencies": {
|
|
"tsx": "^4.7.0",
|
|
"@types/node": "^20.0.0"
|
|
}
|
|
}
|