Skip to content

Commit 7b14baf

Browse files
authored
Merge pull request #65 from fabiante/feat/railway-config
2 parents 9a6578d + a8265b3 commit 7b14baf

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

railway.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"$schema": "https://railway.app/railway.schema.json",
3+
"build": {
4+
"builder": "DOCKERFILE",
5+
"nixpacksPlan": {
6+
"repo": "fabiante/persurl"
7+
},
8+
"dockerfilePath": "Dockerfile"
9+
},
10+
"deploy": {
11+
"numReplicas": 1,
12+
"healthcheckPath": "/s/health",
13+
"restartPolicyType": "ON_FAILURE",
14+
"restartPolicyMaxRetries": 10
15+
}
16+
}

0 commit comments

Comments
 (0)