forked from Wei-Shaw/sub2api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
118 lines (116 loc) · 2.9 KB
/
Copy pathrender.yaml
File metadata and controls
118 lines (116 loc) · 2.9 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
services:
- type: web
name: forge
runtime: docker
branch: main
region: singapore
plan: free
dockerfilePath: ./Dockerfile
dockerContext: .
autoDeployTrigger: commit
healthCheckPath: /health
envVars:
- key: AUTO_SETUP
value: "true"
- key: SERVER_HOST
value: 0.0.0.0
- key: SERVER_PORT
value: "8080"
- key: PORT
value: "8080"
- key: SERVER_MODE
value: release
- key: RUN_MODE
value: standard
- key: TZ
value: Asia/Shanghai
- key: LOG_OUTPUT_TO_STDOUT
value: "true"
- key: LOG_OUTPUT_TO_FILE
value: "false"
- key: ADMIN_EMAIL
value: ryisegg@gmail.com
- key: ADMIN_PASSWORD
sync: false
- key: JWT_SECRET
generateValue: true
- key: TOTP_ENCRYPTION_KEY
sync: false
- key: JWT_EXPIRE_HOUR
value: "24"
- key: DATABASE_HOST
fromDatabase:
name: forge-postgres
property: host
- key: DATABASE_PORT
fromDatabase:
name: forge-postgres
property: port
- key: DATABASE_USER
fromDatabase:
name: forge-postgres
property: user
- key: DATABASE_PASSWORD
fromDatabase:
name: forge-postgres
property: password
- key: DATABASE_DBNAME
fromDatabase:
name: forge-postgres
property: database
- key: DATABASE_SSLMODE
value: require
- key: DATABASE_MAX_OPEN_CONNS
value: "10"
- key: DATABASE_MAX_IDLE_CONNS
value: "2"
- key: DATABASE_CONN_MAX_LIFETIME_MINUTES
value: "30"
- key: DATABASE_CONN_MAX_IDLE_TIME_MINUTES
value: "5"
- key: REDIS_HOST
fromService:
type: keyvalue
name: forge-redis
property: host
- key: REDIS_PORT
fromService:
type: keyvalue
name: forge-redis
property: port
- key: REDIS_PASSWORD
value: ""
- key: REDIS_DB
value: "0"
- key: REDIS_ENABLE_TLS
value: "false"
- key: REDIS_POOL_SIZE
value: "50"
- key: REDIS_MIN_IDLE_CONNS
value: "2"
- key: SECURITY_URL_ALLOWLIST_ENABLED
value: "false"
- key: SECURITY_URL_ALLOWLIST_ALLOW_INSECURE_HTTP
value: "false"
- key: SECURITY_URL_ALLOWLIST_ALLOW_PRIVATE_HOSTS
value: "false"
- key: UPDATE_PROXY_URL
value: ""
- key: GATEWAY_OPENAI_HTTP2_ENABLED
value: "true"
- key: GATEWAY_OPENAI_RESPONSE_HEADER_TIMEOUT
value: "0"
- type: keyvalue
name: forge-redis
region: singapore
plan: free
ipAllowList: []
maxmemoryPolicy: allkeys-lru
databases:
- name: forge-postgres
databaseName: forge
user: forge
region: singapore
plan: free
postgresMajorVersion: "18"
ipAllowList: []