-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
28 lines (28 loc) · 769 Bytes
/
Copy pathrender.yaml
File metadata and controls
28 lines (28 loc) · 769 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
services:
- type: web
name: ipa_signer
runtime: docker
dockerfilePath: ./backend/Dockerfile
dockerContext: ./backend
plan: free
autoDeploy: true
healthCheckPath: /api/health
envVars:
- key: MONGO_URL
value: mongodb+srv://Astear17:Astear17!@astear17.ivwcsvd.mongodb.net/?appName=Astear17
- key: DB_NAME
value: ipa_signer
- key: PUBLIC_BASE_URL
value: https://ipa-signer-backend.onrender.com
- key: ZSIGN_PATH
value: /usr/local/bin/zsign
- key: JOB_TTL_SECONDS
value: 1800
- key: MAX_FILE_SIZE_MB
value: 500
- key: ZSIGN_TIMEOUT
value: 300
- key: CLEANUP_INTERVAL
value: 300
- key: MAX_CONCURRENT_JOBS
value: 5