Skip to content

Commit

Permalink
re-expose nlp and postgres ports to aid development (getzep#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielchalef authored May 31, 2023
1 parent 36746a8 commit 2aa1af6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ services:
interval: 5s
timeout: 5s
retries: 5
ports:
- "5432:5432"
nlp:
image: ghcr.io/getzep/zep-nlp-server:latest
container_name: zep-nlp
Expand All @@ -29,6 +31,8 @@ services:
timeout: 10s
retries: 3
start_period: 10s
ports:
- "8080:8080"
zep:
image: ghcr.io/getzep/zep:latest
container_name: zep
Expand Down

0 comments on commit 2aa1af6

Please sign in to comment.