opencode-cloud / railway.json
polats's picture
Claude Opus 5 (1M context)
Add deployable opencode server image for HF Spaces and Railway
5bd2d41
Raw
History Blame Contribute Delete
255 Bytes
{
"$schema": "https://railway.com/railway.schema.json",
"build": {
"builder": "DOCKERFILE",
"dockerfilePath": "Dockerfile"
},
"deploy": {
"restartPolicyType": "ON_FAILURE",
"restartPolicyMaxRetries": 10,
"numReplicas": 1
}
}