Merge pull request #1641 from caduzin02/patch-1

Create railway.json
This commit is contained in:
Davidson Gomes 2025-06-25 16:32:30 -03:00 committed by GitHub
commit 1b0d81b022
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

19
src/railway.json Normal file
View File

@ -0,0 +1,19 @@
{
"$schema": "https://railway.com/railway.schema.json",
"build": {
"builder": "DOCKERFILE",
"dockerfilePath": "Dockerfile"
},
"deploy": {
"runtime": "V2",
"numReplicas": 1,
"sleepApplication": false,
"multiRegionConfig": {
"us-east4-eqdc4a": {
"numReplicas": 1
}
},
"restartPolicyType": "ON_FAILURE",
"restartPolicyMaxRetries": 10
}
}