Skip to content

Commit 6e8da4a

Browse files
authored
Create railway.json
1 parent 3960624 commit 6e8da4a

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

src/railway.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"$schema": "https://railway.com/railway.schema.json",
3+
"build": {
4+
"builder": "DOCKERFILE",
5+
"dockerfilePath": "Dockerfile"
6+
},
7+
"deploy": {
8+
"runtime": "V2",
9+
"numReplicas": 1,
10+
"sleepApplication": false,
11+
"multiRegionConfig": {
12+
"us-east4-eqdc4a": {
13+
"numReplicas": 1
14+
}
15+
},
16+
"restartPolicyType": "ON_FAILURE",
17+
"restartPolicyMaxRetries": 10
18+
}
19+
}

0 commit comments

Comments
 (0)