Skip to content

Commit

Permalink
updated: docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
joswha committed Dec 19, 2023
1 parent 09713b9 commit 90118f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
__pycache__/
embedding/faiss_merged_extrametadata/
embedding/nov20_openai/
embedding/dec10_openai/
.env
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ services:
ports:
- 80:5000
volumes:
- ./embedding/nov20_openai:/app/nov20_openai
- ./embedding/dec10_openai:/app/dec10_openai
restart: unless-stopped
env_file: .env

0 comments on commit 90118f1

Please sign in to comment.