| { | |
| "$schema": "https://railway.com/railway.schema.json", | |
| "build": { | |
| "builder": "DOCKERFILE", | |
| "dockerfilePath": "apps/worker/Dockerfile" | |
| }, | |
| "deploy": { | |
| "healthcheckPath": "/health", | |
| "healthcheckTimeout": 60, | |
| "restartPolicyType": "ON_FAILURE", | |
| "deploymentOverlapSeconds": 30, | |
| "drainingSeconds": 15, | |
| "region": "europe-west4-drams3a", | |
| "numReplicas": 3 | |
| } | |
| } | |