-
Notifications
You must be signed in to change notification settings - Fork 1
/
render.yaml
40 lines (40 loc) · 890 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
services:
- type: web
name: bird
runtime: docker
plan: starter
autoDeploy: true
dockerfilePath: ./servers/bird/Dockerfile
buildFilter:
paths:
- servers/bird/**/*.ts
- packages/tsconfig/*.json
envVars:
- fromGroup: servers/bird
- key: DATABASE_URL
fromDatabase:
name: birdDB
property: connectionString
- key: APP_URL
fromService:
type: web
name: exma
envVarKey: RENDER_EXTERNAL_URL
domains:
- "bot.gateway.saitama.fun"
- type: web
name: docs
runtime: docker
plan: starter
autoDeploy: true
dockerfilePath: ./apps/docs/Dockerfile
buildFilter:
paths:
- servers/docs/**/*.ts
- servers/docs/**/*.tsx
domains:
- "saitama.fun"
databases:
- name: birdDB
user: admin
plan: starter