-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
37 lines (36 loc) · 1.05 KB
/
Copy pathrender.yaml
File metadata and controls
37 lines (36 loc) · 1.05 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
# Render Blueprint — deploys NestJS API
# https://render.com/docs/blueprint-spec
#
# Secrets marked with `sync: false` must be set via the Render Dashboard
# or CLI after initial deployment.
services:
- type: web
name: openprocure-api
env: node
region: oregon
plan: free
rootDir: apps/api
buildCommand: npm install && npx prisma generate --schema=../packages/database/prisma/schema.prisma && npm run build
startCommand: node dist/main.js
healthCheckPath: /api/v1/health
envVars:
- key: NODE_ENV
value: production
- key: PORT
value: "4000"
- key: DATABASE_URL
sync: false
- key: CLERK_SECRET_KEY
sync: false
- key: CLERK_PUBLISHABLE_KEY
sync: false
- key: CLERK_WEBHOOK_SECRET
sync: false
- key: BYOK_ENCRYPTION_KEY
sync: false
- key: INTERNAL_API_TOKEN
sync: false
- key: FRONTEND_URL
value: https://openprocure.pages.dev
- key: CLERK_ISSUER
value: https://nice-ghost-43.clerk.accounts.dev