Skip to content

Commit

Permalink
Add api key to compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-XT committed Nov 18, 2023
1 parent b1a6d49 commit 85c06a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docker-compose-cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ version: '3.8'
services:
llamacpp:
image: joshxt/local-llm:cuda
env_file: .env
environment:
- LOCAL_LLM_API_KEY=${LOCAL_LLM_API_KEY-}
restart: unless-stopped
ports:
- "8091:8091"
Expand Down
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ version: '3.8'
services:
llamacpp:
image: joshxt/local-llm:cpu
env_file: .env
environment:
- LOCAL_LLM_API_KEY=${LOCAL_LLM_API_KEY-}
restart: unless-stopped
ports:
- "8091:8091"
Expand Down

0 comments on commit 85c06a8

Please sign in to comment.