forked from cita-777/metapi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
34 lines (34 loc) · 780 Bytes
/
render.yaml
File metadata and controls
34 lines (34 loc) · 780 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
29
30
31
32
33
34
services:
- type: web
name: metapi
region: singapore
runtime: docker
repo: https://github.com/ThomasX-git/metapi
dockerfilePath: ./docker/Dockerfile
dockerContext: .
plan: free
envVars:
- key: AUTH_TOKEN
sync: false
- key: PROXY_TOKEN
sync: false
- key: TZ
value: Asia/Shanghai
- key: PORT
value: "4000"
- key: DATA_DIR
value: /app/data
- key: NODE_ENV
value: production
- key: DB_TYPE
value: postgresql
- key: DB_URL
sync: false
- key: DB_SSL
value: "true"
- key: CHECKIN_CRON
value: "0 8 * * *"
- key: BALANCE_REFRESH_CRON
value: "0 * * * *"
- key: IFCONFIG_TOKEN
sync: false