forked from getzep/zep
-
Notifications
You must be signed in to change notification settings - Fork 0
/
render.yaml
43 lines (40 loc) · 1 KB
/
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
39
40
41
42
43
services:
- type: web
name: zep
autoDeploy: true
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: true
- 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
region: 'ohio'
# - type: pserv
# name: zep-nlp
# autoDeploy: true
# env: image
# image:
# url: ghcr.io/getzep/zep-nlp-server:latest
# region: 'ohio'
databases:
- name: zep-postgres
databaseName: zep
postgresMajorVersion: 15
ipAllowList: [] # only allow internal connections
region: 'ohio'