forked from SoroLabs/SoroTask
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
36 lines (35 loc) · 1.01 KB
/
Copy pathrender.yaml
File metadata and controls
36 lines (35 loc) · 1.01 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
services:
- type: web
name: sorotask-keeper
env: docker
dockerContext: keeper
dockerfilePath: keeper/Dockerfile
plan: free
healthCheckPath: /health
envVars:
- key: PORT
value: "3000"
- key: KEEPER_SECRET
sync: false # You must set this in the Render dashboard!
- key: NETWORK_PASSPHRASE
value: "Test SDF Future Network ; October 2022"
- key: RPC_URL
value: "https://rpc-futurenet.stellar.org"
- key: SOROBAN_RPC_URL
value: "https://rpc-futurenet.stellar.org"
- key: CONTRACT_ID
value: "CCKANVNJJIKGYU4TYTZBGL5JQVLPW33KQUW6JFHPLKXDLQEZETHOUAMJ"
- key: POLLING_INTERVAL_MS
value: "10000"
- type: web
name: sorotask-indexer
env: docker
dockerContext: indexer
dockerfilePath: indexer/Dockerfile
plan: free
envVars:
- key: PORT
value: "4000"
# Update DB path to use the persistent disk mounted at /app/data
- key: DB_FILE
value: "/app/data/indexer.db"