-
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.16 KB
/
render.yaml
File metadata and controls
36 lines (35 loc) · 1.16 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: flare-backend
env: node
buildCommand: cd backend && npm install && npm run build
startCommand: cd backend && npm start
envVars:
- key: PORT
value: 3000
- key: NODE_VERSION
value: 18
- key: STELLAR_NETWORK
value: testnet
- key: FLIGHT_SERVICE_URL
value: https://flare-services.onrender.com/flight/api/flights
- key: CRYPTO_SERVICE_URL
value: https://flare-services.onrender.com/crypto/api/crypto
- key: NEWS_SERVICE_URL
value: https://flare-services.onrender.com/news/api/news
- key: PRODUCT_SERVICE_URL
value: https://flare-services.onrender.com/product/api/products
- key: JOB_SERVICE_URL
value: https://flare-services.onrender.com/job/api/jobs
- type: web
name: flare-services
env: node
buildCommand: cd services/combined && npm install && npm run build
startCommand: cd services/combined && npm start
envVars:
- key: PORT
value: 3001
- key: NODE_VERSION
value: 18
- key: RECEIVING_ADDRESS
value: GDKU2DY4TTRRSQ6BBFYTDV2GEWREHCIDUM5FFXLIF66PDOO3HYJ2YZIF