-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
30 lines (30 loc) · 1.08 KB
/
Copy pathrender.yaml
File metadata and controls
30 lines (30 loc) · 1.08 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
# One-click deploy on Render — https://render.com/deploy?repo=https://github.com/renezander030/draftcat
#
# Background worker: always-on (Telegram polling + scheduled pipelines), no
# public URL. Perfect for the no-VPS operator who just wants drafts to approve.
# For inbound agent/harness webhooks, run the container on a host you control
# (see README "Deploy — where it runs").
services:
- type: worker
name: draftcat
runtime: docker
dockerfilePath: ./Dockerfile
dockerContext: .
region: frankfurt
plan: starter
autoDeploy: false
disk:
name: draftcat-state
mountPath: /data
sizeGB: 1
envVars:
- key: DRAFTCAT_STATE_PATH
value: /data/state.db
- key: DRAFTCAT_TG_TOKEN
sync: false # Telegram bot token from @BotFather
- key: OPENROUTER_API_KEY
sync: false # https://openrouter.ai/keys
- key: DRAFTCAT_TG_ALLOWED_USERS
sync: false # your Telegram user ID(s), comma-separated
- key: DRAFTCAT_TG_CHAT_ID
sync: false # optional — defaults to the first allowed user