19 lines
359 B
JSON
19 lines
359 B
JSON
{
|
|
"build": {
|
|
"builder": "DOCKERFILE",
|
|
"dockerfilePath": "Dockerfile.railway"
|
|
},
|
|
"deploy": {
|
|
"runtime": "V2",
|
|
"numReplicas": 1,
|
|
"sleepApplication": false,
|
|
"restartPolicyType": "ON_FAILURE",
|
|
"restartPolicyMaxRetries": 10,
|
|
"volumes": [
|
|
{
|
|
"mount": "/app/data",
|
|
"name": "n8n-mcp-data"
|
|
}
|
|
]
|
|
}
|
|
} |