15 lines
341 B
JSON
15 lines
341 B
JSON
{
|
|||
|
|
"$schema": "https://railway.app/railway.schema.json",
|
||
|
|
"build": {
|
||
|
|
"builder": "DOCKERFILE",
|
||
|
|
"dockerfilePath": "Dockerfile"
|
||
|
|
},
|
||
|
|
"deploy": {
|
||
|
|
"startCommand": "/entrypoint.sh",
|
||
|
|
"healthcheckPath": "/api/version",
|
||
|
|
"healthcheckTimeout": 300,
|
||
|
|
"restartPolicyType": "ON_FAILURE",
|
||
|
|
"restartPolicyMaxRetries": 10
|
||
|
|
}
|
||
|
|
}
|