diff --git a/railwai.json b/railwai.json new file mode 100644 index 000000000..d29b9064e --- /dev/null +++ b/railwai.json @@ -0,0 +1,16 @@ +{ + "$schema": "https://railway.com/railway.schema.json", + "build": { + "builder": "DOCKERFILE", + "dockerfilePath": "Dockerfile", + "buildArgs": { + "DATABASE_PROVIDER": "postgresql" + } + }, + "deploy": { + "healthcheckPath": "/", + "healthcheckTimeout": 300, + "restartPolicyType": "ON_FAILURE", + "restartPolicyMaxRetries": 3 + } +}