-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
67 lines (64 loc) · 2.05 KB
/
Copy pathrender.yaml
File metadata and controls
67 lines (64 loc) · 2.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
services:
- type: keyvalue
name: zeroseal-redis
plan: free
region: oregon
ipAllowList: []
maxmemoryPolicy: noeviction
persistenceMode: off
- type: web
name: zeroseal-api
runtime: node
plan: free
region: oregon
branch: main
autoDeployTrigger: commit
buildCommand: npm --prefix apps/api ci --include=dev && npm --prefix apps/api run prisma:generate && npm --prefix apps/api run build
startCommand: cd apps/api && npx prisma migrate deploy && node dist/main.js
healthCheckPath: /health
envVars:
- key: DATABASE_URL
fromDatabase:
name: zeroseal-postgres
property: connectionString
- key: REDIS_URL
fromService:
type: keyvalue
name: zeroseal-redis
property: connectionString
- key: NODE_ENV
value: production
- key: RUN_EMBEDDED_WORKER
value: true
- key: WORKER_REQUIRED_FOR_READY
value: true
- key: REDIS_REQUIRED_FOR_READY
value: true
- key: CORS_ALLOWED_ORIGINS
value: https://zeroseal.vercel.app
- key: STELLAR_NETWORK
value: TESTNET
- key: STELLAR_RPC_URL
value: https://soroban-testnet.stellar.org
- key: STELLAR_HORIZON_URL
value: https://horizon-testnet.stellar.org
- key: STELLAR_NETWORK_PASSPHRASE
value: Test SDF Network ; September 2015
- key: REGISTRY_CONTRACT_ID
value: CD6MKUVXB7ZTZQCGNMBVHMU4PGT2SEKS6Z5LF53HXDOAVCO3LGKGQ3JU
- key: VERIFIER_CONTRACT_ID
value: CABBWKKUU4PWWU5LSV2BPUMIEZR542V36WONDA2UT6OHXJWZAPXIKA2X
- key: EXPLORER_TRANSACTION_BASE_URL
value: https://stellar.expert/explorer/testnet/tx
- key: EXPLORER_ACCOUNT_BASE_URL
value: https://stellar.expert/explorer/testnet/account
- key: EXPLORER_CONTRACT_BASE_URL
value: https://stellar.expert/explorer/testnet/contract
- key: LOG_LEVEL
value: info
databases:
- name: zeroseal-postgres
plan: free
region: oregon
databaseName: zeroseal
user: zeroseal