Skip to content

Commit 4262234

Browse files
authored
Update render.yaml
1 parent 069dc52 commit 4262234

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

render.yaml

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

1111
envVars:
12-
# 🔐 Tokens principais
1312
- key: GOOGLE_DRIVE_TOKEN
1413
sync: false
1514
- key: GITHUB_TOKEN
@@ -25,19 +24,16 @@ services:
2524
- key: PORT
2625
value: "10000"
2726

28-
# 🧠 HuggingFace LLM
2927
- key: HUGGINGFACE_TOKEN
3028
sync: false
3129
- key: LLM_MODEL_NAME
3230
value: mistralai/Mistral-7B-Instruct-v0.1
3331

34-
# 🔧 OpenAI + Render internal
3532
- key: OPENAI_KEY
3633
sync: false
3734
- key: RENDER_API_TOKEN
3835
sync: false
3936

40-
# 📦 GHCR Registry (Docker)
4137
- key: DOCKER_REGISTRY
4238
value: ghcr.io
4339
- key: DOCKER_USERNAME
@@ -49,11 +45,9 @@ services:
4945
- key: GHCR_TOKEN
5046
sync: false
5147

52-
# ✅ Playwright (correto agora)
5348
- key: PLAYWRIGHT_BROWSERS_PATH
5449
value: /mnt/data/ms-playwright
5550

56-
# 🧪 Debug, VNC e Navegação
5751
- key: DISPLAY
5852
value: ":99"
5953
- key: VNC_PASSWORD
@@ -70,8 +64,3 @@ services:
7064
value: "1920"
7165
- key: RESOLUTION_HEIGHT
7266
value: "1080"
73-
74-
disk:
75-
name: dan-storage
76-
mountPath: /mnt/data
77-
sizeGB: 50

0 commit comments

Comments
 (0)