-
-
Notifications
You must be signed in to change notification settings - Fork 80
Expand file tree
/
Copy pathrender.yaml
More file actions
33 lines (33 loc) · 959 Bytes
/
Copy pathrender.yaml
File metadata and controls
33 lines (33 loc) · 959 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
# Render blueprint — usado pelo botão "Deploy to Render" do README.
# https://render.com/deploy?repo=https://github.com/pedrofariasx/qwenproxy
services:
- type: web
name: qwenproxy
runtime: docker
repo: https://github.com/pedrofariasx/qwenproxy
plan: free
healthCheckPath: /health
healthCheckTimeout: 300
envVars:
- key: PORT
value: 3000
- key: HEADLESS
value: "true"
# Render permite apenas UM disk por serviço: perfis de browser ficam
# dentro do mesmo volume persistente (data + profiles em /app/data).
- key: USER_DATA_DIR
value: /app/data/qwen_profiles
- key: API_KEY
sync: false
- key: ADMIN_PASSWORD
sync: false
- key: QWEN_EMAIL
sync: false
- key: QWEN_PASSWORD
sync: false
- key: SINGLE_ACCOUNT_MODE
sync: false
disk:
name: qwenproxy-data
mountPath: /app/data
sizeGB: 1