Files
Runner-Bridge/railway.json
2026-03-03 11:56:46 -05:00

12 lines
188 B
JSON

{
"$schema": "https://railway.app",
"build": {
"builder": "DOCKERFILE",
"dockerfilePath": "Dockerfile"
},
"deploy": {
"numReplicas": 1,
"sleepService": false
}
}