Skip to content

Commit

Permalink
Merge pull request #132 from BibleNLP/add-translation-in
Browse files Browse the repository at this point in the history
Add AWS env vars
  • Loading branch information
woodwardmw authored Feb 23, 2024
2 parents f97efe4 + 1b81fc3 commit a32966d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deployment/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ services:
- SUPABASE_KEY=${SUPABASE_KEY}
- SUPABASE_JWT_SECRET=${SUPABASE_JWT_SECRET}
- POSTGRES_MAX_COSINE_DISTANCE=${POSTGRES_MAX_COSINE_DISTANCE:-0.1}
- AWS_ACCESS_KEY_ID=${AWS_ACCESS_KEY_ID}
- AWS_SECRET_ACCESS_KEY=${AWS_SECRET_ACCESS_KEY}
command: uvicorn main:app --host 0.0.0.0 --port 9000 --workers 1
logging:
options:
Expand Down

0 comments on commit a32966d

Please sign in to comment.