mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-16 12:12:55 -06:00
Create railway.json
This commit is contained in:
parent
39606240da
commit
535fee4880
19
railway.json
Normal file
19
railway.json
Normal 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
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user