-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrender.yaml
62 lines (62 loc) · 1.42 KB
/
render.yaml
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
databases:
- name: hasura
databaseName: hasura_b7fp
user: hasura_b7fp_user
plan: basic-1gb
region: oregon
ipAllowList:
- source: 0.0.0.0/0
description: everywhere
postgresMajorVersion: "16"
diskSizeGB: 15
services:
- type: web
name: ponder-indexer
runtime: node
plan: standard
envVars:
- key: IPFS_GATEWAY_URL
sync: false
- key: PINATA_GATEWAY_TOKEN
sync: false
- key: PONDER_RPC_URL_1
sync: false
- key: PONDER_RPC_URL_8453
sync: false
- key: PONDER_RPC_URL_84532
sync: false
- key: DATABASE_URL
fromDatabase:
name: hasura
property: connectionString
region: oregon
buildCommand: pnpm i
startCommand: pnpm start --config ponder.base.config.ts
healthCheckPath: /health
rootDir: ponder
- type: web
name: hasura
runtime: image
image:
url: docker.io/hasura/graphql-engine:v2.44.0
dockerCommand: graphql-engine serve --server-port $PORT
plan: starter
envVars:
- key: HASURA_GRAPHQL_STRINGIFY_NUMERIC_TYPES
value: true
- key: HASURA_GRAPHQL_UNAUTHORIZED_ROLE
value: anonymous
- key: HASURA_GRAPHQL_ADMIN_SECRET
sync: false
- key: HASURA_GRAPHQL_ENABLE_CONSOLE
value: true
- key: PINATA_AUTH
sync: false
- key: HASURA_GRAPHQL_METADATA_DATABASE_URL
fromDatabase:
name: hasura
property: connectionString
region: oregon
healthCheckPath: /healthz
autoDeploy: false
version: "1"