-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
33 lines (33 loc) · 842 Bytes
/
render.yaml
File metadata and controls
33 lines (33 loc) · 842 Bytes
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
# Render reads the Node runtime version from package.json `engines.node`.
services:
- type: web
name: alt-text-generator
runtime: node
repo: https://github.com/jsugg/alt-text-generator
branch: production
autoDeployTrigger: commit
plan: free
region: oregon
numInstances: 1
healthCheckPath: /api/health
buildCommand: npm install
startCommand: npm run prod
envVars:
- key: NODE_ENV
value: production
- key: WORKER_COUNT
value: 1
- key: RATE_LIMIT_STORE
value: auto
- key: RATE_LIMIT_REDIS_TOPOLOGY
value: external
- key: TRUST_PROXY_HOPS
value: 1
- key: TLS_PORT
value: 8443
- key: REPLICATE_API_TOKEN
sync: false
- key: TLS_KEY
sync: false
- key: TLS_CERT
sync: false