forked from getzep/zep
-
Notifications
You must be signed in to change notification settings - Fork 0
/
render.yaml
38 lines (37 loc) · 955 Bytes
/
render.yaml
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
services:
- type: web
name: zep
autoDeploy: false
env: image
image:
url: ghcr.io/getzep/zep-cloud:latest
healthCheckPath: /healthz
envVars:
# Disable web UI. WARNING: Do not enable this unless
# you are running Zep on a private network.
- key: ZEP_SERVER_WEB_ENABLED
value: false
- key: PORT
value: 8000
- key: ZEP_STORE_POSTGRES_DSN
fromDatabase:
name: zep-postgres
property: connectionString
- key: ZEP_NLP_SERVER_HOSTPORT
fromService:
name: zep-nlp
type: pserv
property: hostport
- key: ZEP_OPENAI_API_KEY
sync: false
- type: pserv
name: zep-nlp
autoDeploy: false
env: image
image:
url: ghcr.io/getzep/zep-nlp-server:latest
databases:
- name: zep-postgres
databaseName: zep
postgresMajorVersion: 15
ipAllowList: [] # only allow internal connections