forked from Infisical/infisical
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
25 lines (25 loc) · 675 Bytes
/
render.yaml
File metadata and controls
25 lines (25 loc) · 675 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
services:
- type: web
name: infisical
env: docker
dockerfilePath: ./Dockerfile.standalone-infisical
autoDeploy: false
# healthCheckPath: /api/status
repo: https://github.com/Infisical/infisical.git
envVars:
- key: ENCRYPTION_KEY
generateValue: true
- key: JWT_SIGNUP_SECRET
generateValue: true
- key: JWT_REFRESH_SECRET
generateValue: true
- key: JWT_SERVICE_SECRET
generateValue: true
- key: JWT_AUTH_SECRET
generateValue: true
- key: JWT_PROVIDER_AUTH_SECRET
generateValue: true
- key: MONGO_URL
sync: false
- key: PORT
value: 443