-
Notifications
You must be signed in to change notification settings - Fork 504
Expand file tree
/
Copy pathrender.yaml
More file actions
32 lines (31 loc) · 1.05 KB
/
Copy pathrender.yaml
File metadata and controls
32 lines (31 loc) · 1.05 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
# __ __ ___
# / / ____ ____ ____ _/ |/ /__ ____ ___ ____ _______ __
# / / / __ \/ __ \/ __ `/ /|_/ / _ \/ __ `__ \/ __ \/ ___/ / / /
# / /___/ /_/ / / / / /_/ / / / / __/ / / / / / /_/ / / / /_/ /
# /_____/\____/_/ /_/\__, /_/ /_/\___/_/ /_/ /_/\____/_/ \__, /
# /____/ /____/
#
# cavira oss (c) 2026 - nullure (c) 2026
# ----------------------------------------------------------
# file : render.yaml
# usage : supports LongMemory render
services:
- type: web
name: longmemory
runtime: docker
dockerfilePath: ./Dockerfile
dockerContext: .
plan: starter
healthCheckPath: /health
autoDeployTrigger: commit
envVars:
- key: LONGMEMORY_API_KEY
generateValue: true
- key: LONGMEMORY_MCP_HTTP
value: true
- key: LONGMEMORY_DB_PATH
value: /data/longmemory.db
disk:
name: longmemory-data
mountPath: /data
sizeGB: 1