-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrender.yaml
43 lines (42 loc) · 1.02 KB
/
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
43
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: ASSETS
# value: https://npm.elemecdn.com/alist-web@$version/dist
sync: false
- key: CACHE_EXPIRATION
# value: 60
sync: false
- key: CLEANUP_INTERVAL
# value: 120
sync: false