Skip to content

Commit

Permalink
Update docker-compose.yaml (#120)
Browse files Browse the repository at this point in the history
Co-authored-by: sweep-ai[bot] <128439645+sweep-ai[bot]@users.noreply.github.com>
  • Loading branch information
sweep-ai[bot] authored Jul 4, 2023
1 parent e250f51 commit fc056eb
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,8 @@ services:
condition: service_healthy
ports:
- "8000:8000"
configs:
- source: config
target: /app/config.yaml
volumes:
- ./config.yaml:/app/config.yaml
environment:
- ZEP_MEMORY_STORE_POSTGRES_DSN=postgres://postgres:postgres@db:5432/postgres?sslmode=disable
- ZEP_NLP_SERVER_URL=http://nlp:8080
Expand All @@ -65,9 +64,7 @@ services:
start_period: 40s
networks:
- zep-network
configs:
config:
file: ./config.yaml
networks:
zep-network:
driver: bridge

0 comments on commit fc056eb

Please sign in to comment.