Files
copilotkit--copilotkit/examples/showcases/oracle-agent-memory/agent/railway.json
T
2026-07-13 12:58:18 +08:00

6 lines
212 B
JSON

{
"$schema": "https://railway.com/railway.schema.json",
"build": { "builder": "DOCKERFILE", "dockerfilePath": "Dockerfile" },
"deploy": { "healthcheckPath": "/health", "restartPolicyType": "ON_FAILURE" }
}