-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
41 lines (39 loc) · 973 Bytes
/
Copy pathrender.yaml
File metadata and controls
41 lines (39 loc) · 973 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
34
35
36
37
38
39
40
41
services:
- type: web
name: datapulse
runtime: docker
plan: starter
region: oregon
healthCheckPath: /health/
envVars:
- key: FINNHUB_API_KEY
sync: false
- key: OPENWEATHER_API_KEY
sync: false
- key: GNEWS_API_KEY
sync: false
- key: EXCHANGE_API_KEY
sync: false
- key: SUPABASE_URL
sync: false
- key: SUPABASE_KEY
sync: false
- key: REDIS_URL
value: redis://localhost:6379
- key: DATABASE_URL
value: postgresql://datapulse:datapulse_password@localhost:5432/datapulse
buildCommand: docker build -t datapulse .
startCommand: docker run -p $PORT:8000 datapulse
disk:
name: datapulse-disk
mountPath: /app/data
sizeGB: 1
databases:
- name: datapulse-postgres
databaseName: datapulse
user: datapulse
plan: starter
region: oregon
- name: datapulse-redis
plan: starter
region: oregon