We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3960624 commit 6e8da4aCopy full SHA for 6e8da4a
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