Skip to content

Commit

Permalink
fix(compose.yaml): letta_server hostname mismatch (#2065)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedrowaihi authored Nov 19, 2024
1 parent 746dd23 commit ed2b087
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
retries: 5
letta_server:
image: letta/letta:latest
hostname: letta
hostname: letta-server
depends_on:
letta_db:
condition: service_healthy
Expand All @@ -49,9 +49,9 @@ services:
- VLLM_API_BASE=${VLLM_API_BASE}
- OPENLLM_AUTH_TYPE=${OPENLLM_AUTH_TYPE}
- OPENLLM_API_KEY=${OPENLLM_API_KEY}
#volumes:
#- ./configs/server_config.yaml:/root/.letta/config # config file
#- ~/.letta/credentials:/root/.letta/credentials # credentials file
#volumes:
#- ./configs/server_config.yaml:/root/.letta/config # config file
#- ~/.letta/credentials:/root/.letta/credentials # credentials file
letta_nginx:
hostname: letta-nginx
image: nginx:stable-alpine3.17-slim
Expand Down

0 comments on commit ed2b087

Please sign in to comment.