mirror of
https://github.com/zws-im/zws.git
synced 2025-11-23 21:54:44 +02:00
build: reduce Railway replicas to 1
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
"deploy": {
|
||||
"healthcheckPath": "/health",
|
||||
"healthcheckTimeout": 10,
|
||||
"numReplicas": 2,
|
||||
"numReplicas": 1,
|
||||
"restartPolicyMaxRetries": 3,
|
||||
"restartPolicyType": "ALWAYS",
|
||||
"startCommand": "bun --cwd ./apps/api start"
|
||||
|
||||
Reference in New Issue
Block a user