File size: 286 Bytes
de2c597
 
 
 
98c57ec
de2c597
 
 
 
 
 
 
ef5e40d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "$schema": "https://railway.app/railway.schema.json",
  "build": {
    "builder": "DOCKERFILE",
    "dockerfilePath": "Dockerfile"
  },
  "deploy": {
    "numReplicas": 1,
    "sleepApplication": false,
    "restartPolicyType": "ON_FAILURE",
    "restartPolicyMaxRetries": 10
  }
}