From 5166dff6ce0bc52fa86ba0c0c01b6859fe350804 Mon Sep 17 00:00:00 2001 From: Beatrys | Estudante Date: Tue, 23 Jun 2026 19:29:20 -0300 Subject: [PATCH] Create railwai.json --- railwai.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 railwai.json 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 + } +}