-
Notifications
You must be signed in to change notification settings - Fork 0
/
render.yaml
42 lines (40 loc) · 951 Bytes
/
render.yaml
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
databases:
- name: blueocean # Render PG14
plan: free
databaseName: blueocean
user: postgres_blueocean
postgresMajorVersion: 15
services:
- type: web
plan: free
name: admission-blue-client
runtime: docker
branch: main
rootDir: client
envVars:
- key: PORT
fromService:
type: web
name: admission-blue-server
property: port
- key: API_URL
fromService:
type: web
name: admission-blue-server
property: host
- type: web
plan: free
name: admission-blue-server
runtime: docker
branch: main
rootDir: Server
envVars:
- key: DATABASE_URL
fromDatabase:
type: database
name: blueocean
property: connectionString
- key: PORT
value: "80"
- key: INTERVIEWER_TOKEN
value: "special-awesome-stinky-smelly-super-secret-unique-access-token"