-
Notifications
You must be signed in to change notification settings - Fork 671
/
render.yaml
36 lines (36 loc) · 893 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
services:
# A Docker web service
- type: web
name: alist
env: docker
repo: https://github.com/alist-org/alist-render.git # optional
region: oregon # optional (defaults to oregon)
plan: free # optional (defaults to starter)
healthCheckPath: /
envVars:
- key: PORT
value: 5244
- key: DB_TYPE
# value: sqlite3
sync: false
- key: DB_HOST
# value: db_host
sync: false
- key: DB_PORT
# value: 3306
sync: false
- key: DB_USER
# value: db_user
sync: false
- key: DB_PASS
# value: db_password
sync: false
- key: DB_NAME
# value: db_name
sync: false
- key: DB_TABLE_PREFIX
# value: alist_
sync: false
- key: CDN
# value: https://npm.elemecdn.com/alist-web@$version/dist
sync: false