1
0
mirror of https://github.com/zws-im/zws.git synced 2025-10-30 23:27:52 +02:00

build: reduce Railway replicas to 1

This commit is contained in:
Jonah Snider
2024-09-14 00:14:46 -07:00
committed by GitHub
parent 44fcea7e72
commit ed186a0540

View File

@@ -15,7 +15,7 @@
"deploy": {
"healthcheckPath": "/health",
"healthcheckTimeout": 10,
"numReplicas": 2,
"numReplicas": 1,
"restartPolicyMaxRetries": 3,
"restartPolicyType": "ALWAYS",
"startCommand": "bun --cwd ./apps/api start"