-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
43 lines (42 loc) · 1.13 KB
/
render.yaml
File metadata and controls
43 lines (42 loc) · 1.13 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
41
42
43
services:
- type: web
name: rnaseq-report-portal
runtime: docker
plan: free
region: oregon
branch: main
repo: https://github.com/Ekin-Kahraman/rnaseq-nextflow-pipeline
autoDeploy: true
dockerfilePath: ./cloud/report-portal/Dockerfile
dockerContext: ./cloud/report-portal
healthCheckPath: /health
envVars:
- key: PORT
value: 8000
- key: DATABASE_URL
fromDatabase:
name: rnaseq-report-portal-db
property: connectionString
- key: AWS_REGION
value: eu-west-2
- key: DEMO_RUN_ID
value: synthetic-ci-001
- key: DEMO_RUN_NAME
value: Synthetic CI smoke run
- key: DEMO_RUN_STATUS
value: succeeded
- key: DEMO_S3_PREFIX
value: s3://example-rnaseq-results/synthetic-ci-001
- key: AWS_ACCESS_KEY_ID
sync: false
- key: AWS_SECRET_ACCESS_KEY
sync: false
- key: AWS_SESSION_TOKEN
sync: false
databases:
- name: rnaseq-report-portal-db
databaseName: rnaseq_report_portal
user: rnaseq_portal
plan: free
postgresMajorVersion: "16"
ipAllowList: []