-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
28 lines (27 loc) · 736 Bytes
/
render.yaml
File metadata and controls
28 lines (27 loc) · 736 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:
# Main application (frontend + backend in one container)
- type: web
name: algoroom
runtime: docker
dockerfilePath: ./Dockerfile
dockerContext: .
plan: free # or starter for production
region: oregon # Choose same region as database
healthCheckPath: /health
envVars:
- key: DATABASE_URL
fromDatabase:
name: algoroom-db
property: connectionString
- key: REPOSITORY_TYPE
value: postgres
- key: DATABASE_POOL_SIZE
value: "3"
- key: DATABASE_MAX_OVERFLOW
value: "5"
databases:
- name: algoroom-db
plan: free # Free tier: 90 days, then expires
region: oregon
databaseName: algoroom
user: algoroom