Midday / apps /worker /railway.json
Jules
Final deployment with all fixes and verified content
c09f67c
{
"$schema": "https://railway.com/railway.schema.json",
"build": {
"builder": "DOCKERFILE",
"dockerfilePath": "apps/worker/Dockerfile"
},
"deploy": {
"healthcheckPath": "/health",
"healthcheckTimeout": 60,
"restartPolicyType": "ON_FAILURE",
"deploymentOverlapSeconds": 30,
"drainingSeconds": 15,
"region": "europe-west4-drams3a",
"numReplicas": 3
}
}