We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 854d357 + 6e8da4a commit 1b0d81bCopy full SHA for 1b0d81b
1 file changed
src/railway.json
@@ -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