-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
40 lines (39 loc) · 1.09 KB
/
Copy pathrender.yaml
File metadata and controls
40 lines (39 loc) · 1.09 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
38
39
40
services:
- type: web
name: sentinelx-api
runtime: docker
repo: https://github.com/adityashirsatrao/sentinelx-threat-intel
plan: free
dockerfilePath: ./backend/Dockerfile
healthCheckPath: /health
envVars:
- key: APP_NAME
value: SentinelX
- key: APP_VERSION
value: "1.0.0"
- key: ENV
value: production
- key: DEBUG
value: "false"
- key: DATABASE_URL
fromDatabase:
name: sentinelx-db
property: connectionString
- key: SECRET_KEY
generateValue: true
- key: ALLOWED_ORIGINS
value: https://sentinelx-frontend-nu.vercel.app,http://localhost:3000,http://localhost:5173
- key: FRONTEND_URL
value: https://sentinelx-frontend-nu.vercel.app
- key: LOG_LEVEL
value: INFO
- key: REDIS_URL
value: redis://localhost:6379/0
- key: CELERY_BROKER_URL
value: redis://localhost:6379/0
- key: CELERY_RESULT_BACKEND
value: redis://localhost:6379/1
databases:
- name: sentinelx-db
plan: free
region: oregon