Spaces:
Sleeping
Sleeping
| { | |
| "$schema": "https://railway.app/railway.schema.json", | |
| "build": { | |
| "builder": "DOCKERFILE", | |
| "dockerfilePath": "Dockerfile.standalone" | |
| }, | |
| "deploy": { | |
| "startCommand": "streamlit run app.py --server.port $PORT --server.address 0.0.0.0 --server.enableCORS false --server.enableXsrfProtection false", | |
| "healthcheckPath": "/_stcore/health", | |
| "healthcheckTimeout": 100, | |
| "restartPolicyType": "ON_FAILURE", | |
| "restartPolicyMaxRetries": 10 | |
| } | |
| } |