Spaces:
Running
Running
| { | |
| "$schema": "https://railway.app/railway.schema.json", | |
| "build": { | |
| "builder": "DOCKERFILE" | |
| }, | |
| "deploy": { | |
| "startCommand": "docker-compose up --build", | |
| "healthcheckPath": "/health", | |
| "healthcheckTimeout": 300, | |
| "restartPolicyType": "ON_FAILURE", | |
| "restartPolicyMaxRetries": 10 | |
| } | |
| } | |