forked from StellarRoute/WaveFlow
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
45 lines (43 loc) · 1.06 KB
/
Copy pathrender.yaml
File metadata and controls
45 lines (43 loc) · 1.06 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
# Render Blueprint for WaveFlow gateway, API, and Postgres services.
services:
- type: web
name: waveflow-gateway
runtime: docker
dockerfilePath: Dockerfile.gateway
plan: starter
envVars:
- key: DATABASE_URL
fromDatabase:
name: waveflow-db
property: connectionString
- key: GITHUB_WEBHOOK_SECRET
sync: false
- key: SOROBAN_RPC_URL
value: https://soroban-testnet.stellar.org
- key: ESCROW_CONTRACT_ID
sync: false
- key: GATEWAY_SECRET_KEY
sync: false
- key: PORT
value: "8080"
healthCheckPath: /health
- type: web
name: waveflow-api
runtime: docker
dockerfilePath: Dockerfile.api
plan: starter
envVars:
- key: DATABASE_URL
fromDatabase:
name: waveflow-db
property: connectionString
- key: API_ADMIN_KEYS
sync: false
- key: PORT
value: "8081"
healthCheckPath: /health
databases:
- name: waveflow-db
plan: starter
databaseName: waveflow
user: waveflow