Update zep.yaml

This commit is contained in:
peaklabs-dev
2024-10-11 00:26:55 +02:00
parent ccc2310110
commit 0e844a0865

View File

@@ -4,13 +4,9 @@
# logo: svgs/zep.png # logo: svgs/zep.png
# port: 8000 # port: 8000
volumes:
pg_data:
services: services:
postgres: postgres:
image: ghcr.io/getzep/postgres:postgres-15 image: ghcr.io/getzep/postgres:postgres-15
restart: always
shm_size: 128mb shm_size: 128mb
environment: environment:
- POSTGRES_USER=${SERVICE_USER_POSTGRES} - POSTGRES_USER=${SERVICE_USER_POSTGRES}
@@ -26,8 +22,8 @@ services:
retries: 5 retries: 5
nlp: nlp:
image: ghcr.io/getzep/zep-nlp-server:0.4 image: ghcr.io/getzep/zep-nlp-server:0.4
restart: always
environment: environment:
- SERVICE_FQDN_NLP_5557
- ZEP_OPENAI_API_KEY=${OPENAI_API_KEY} - ZEP_OPENAI_API_KEY=${OPENAI_API_KEY}
- ZEP_AUTH_SECRET=${SERVICE_PASSWORD_AUTHSECRET} - ZEP_AUTH_SECRET=${SERVICE_PASSWORD_AUTHSECRET}
- ZEP_SERVER_WEB_ENABLED=${ZEP_SERVER_WEB_ENABLED:-false} - ZEP_SERVER_WEB_ENABLED=${ZEP_SERVER_WEB_ENABLED:-false}
@@ -39,7 +35,6 @@ services:
start_period: 45s start_period: 45s
zep: zep:
image: ghcr.io/getzep/zep:latest image: ghcr.io/getzep/zep:latest
restart: always
depends_on: depends_on:
postgres: postgres:
condition: service_healthy condition: service_healthy