Spaces:
Sleeping
Sleeping
| { | |
| "$schema": "https://railway.app/railway.schema.json", | |
| "build": { | |
| "builder": "DOCKERFILE", | |
| "dockerfilePath": "Dockerfile.railway" | |
| }, | |
| "deploy": { | |
| "startCommand": "/usr/bin/supervisord -c /app/supervisord.conf", | |
| "healthcheckPath": "/api/health", | |
| "healthcheckTimeout": 600, | |
| "restartPolicyType": "ON_FAILURE", | |
| "restartPolicyMaxRetries": 10 | |
| } | |
| } | |