mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-11 02:49:36 -06:00
20 lines
401 B
JSON
20 lines
401 B
JSON
{
|
|
"$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
|
|
}
|
|
}
|