-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathrender.yaml
More file actions
69 lines (66 loc) · 2.12 KB
/
render.yaml
File metadata and controls
69 lines (66 loc) · 2.12 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
## Crow — Render.com One-Click Deploy (Legacy/Archived)
## Note: Oracle Cloud Free Tier is now the recommended free deployment option.
## See docs/getting-started/oracle-cloud.md for the recommended setup.
##
## This file is archived. Turso cloud database support has been removed.
## Render's ephemeral disk requires an external database, which Crow no longer supports.
## Existing Render deployments should migrate to Oracle Cloud Free Tier or self-hosted.
services:
- type: web
name: crow-gateway
runtime: docker
plan: free
healthCheckPath: /health
envVars:
# === Required: Database ===
- key: TURSO_DATABASE_URL
sync: false
- key: TURSO_AUTH_TOKEN
sync: false
# === Optional: External Integrations ===
# Only fill in the ones you want to use. Leave the rest blank.
# GitHub — repos, issues, pull requests
- key: GITHUB_PERSONAL_ACCESS_TOKEN
sync: false
# Brave Search — web search
- key: BRAVE_API_KEY
sync: false
# Slack — team messaging
- key: SLACK_BOT_TOKEN
sync: false
# Notion — wiki and databases
- key: NOTION_TOKEN
sync: false
# Trello — boards and cards
- key: TRELLO_API_KEY
sync: false
- key: TRELLO_TOKEN
sync: false
# Discord — community servers
- key: DISCORD_BOT_TOKEN
sync: false
# Canvas LMS — courses and assignments
- key: CANVAS_API_TOKEN
sync: false
- key: CANVAS_BASE_URL
sync: false
# Google Workspace — Gmail, Calendar, Docs, Sheets
- key: GOOGLE_CLIENT_ID
sync: false
- key: GOOGLE_CLIENT_SECRET
sync: false
# Zotero — citation management
- key: ZOTERO_API_KEY
sync: false
- key: ZOTERO_USER_ID
sync: false
# Microsoft Teams — team messaging (experimental)
- key: TEAMS_CLIENT_ID
sync: false
- key: TEAMS_CLIENT_SECRET
sync: false
- key: TEAMS_TENANT_ID
sync: false
# Render — manage your deployment from Claude
- key: RENDER_API_KEY
sync: false