16 lines
379 B
JSON
16 lines
379 B
JSON
{
|
|
"$schema": "https://railway.com/railway.schema.json",
|
|
"build": {
|
|
"builder": "DOCKERFILE",
|
|
"dockerfilePath": "deploy/railway/Dockerfile"
|
|
},
|
|
"deploy": {
|
|
"numReplicas": 1,
|
|
"healthcheckPath": "/agentmemory/livez",
|
|
"healthcheckTimeout": 30,
|
|
"restartPolicyType": "ON_FAILURE",
|
|
"restartPolicyMaxRetries": 10,
|
|
"requiredMountPath": "/data"
|
|
}
|
|
}
|