mirror of
https://github.com/Dvorinka/Bookra.git
synced 2026-06-03 20:13:00 +00:00
15 lines
320 B
JSON
15 lines
320 B
JSON
{
|
|
"$schema": "https://railway.app/railway.schema.json",
|
|
"build": {
|
|
"builder": "DOCKERFILE",
|
|
"dockerfilePath": "Dockerfile"
|
|
},
|
|
"deploy": {
|
|
"restartPolicyType": "ON_FAILURE",
|
|
"restartPolicyMaxRetries": 10,
|
|
"healthcheckPath": "/healthz",
|
|
"healthcheckTimeout": 30,
|
|
"numReplicas": 1
|
|
}
|
|
}
|