Skip to content

Commit 3e3b644

Browse files
authored
Update render.yaml
1 parent b60e5b7 commit 3e3b644

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

render.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ services:
99
dockerfilePath: ./Dockerfile
1010

1111
envVars:
12+
# 🔐 Tokens principais
1213
- key: GOOGLE_DRIVE_TOKEN
1314
sync: false
1415
- key: GITHUB_TOKEN
@@ -24,16 +25,19 @@ services:
2425
- key: PORT
2526
value: "10000"
2627

28+
# 🧠 HuggingFace LLM
2729
- key: HUGGINGFACE_TOKEN
2830
sync: false
2931
- key: LLM_MODEL_NAME
3032
value: mistralai/Mistral-7B-Instruct-v0.1
3133

34+
# 🔧 OpenAI + Render internal
3235
- key: OPENAI_KEY
3336
sync: false
3437
- key: RENDER_API_TOKEN
3538
sync: false
3639

40+
# 📦 GHCR Registry (Docker)
3741
- key: DOCKER_REGISTRY
3842
value: ghcr.io
3943
- key: DOCKER_USERNAME
@@ -45,11 +49,13 @@ services:
4549
- key: GHCR_TOKEN
4650
sync: false
4751

48-
# 🧠 Caminho correto no SSD do Render
52+
# ✅ Playwright Cache (Render SSD)
4953
- key: PLAYWRIGHT_BROWSERS_PATH
5054
value: /mnt/data/ms-playwright
55+
- key: CHROME_PATH
56+
value: /mnt/data/ms-playwright/chromium-*/chrome-linux/chrome
5157

52-
# ⚙️ Debug e Navegação
58+
# 🧪 Debug, VNC e Navegação
5359
- key: DISPLAY
5460
value: ":99"
5561
- key: VNC_PASSWORD

0 commit comments

Comments
 (0)