Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/CogitoNTNU/jarvis
Browse files Browse the repository at this point in the history
  • Loading branch information
JonBergland committed Oct 29, 2024
2 parents 09869cf + be02dd5 commit 987d49c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ services:
FLASK_ENV: ${FLASK_ENV} # Autorestarts flask when code changes are detected
OPENAI_API_KEY: ${OPENAI_API_KEY}
LANGSMITH_API_KEY: ${LANGSMITH_API_KEY}
PERPLEXITY_API_KEY: ${PERPLEXITY_API_KEY}
GOOGLE_AUTH_KEY: ${GOOGLE_AUTH_KEY}
GOOGLE_CALENDAR_ID: ${GOOGLE_CALENDAR_ID}
PORT: ${PORT}
volumes:
- ./core:/app # Mount the application code to detect live changes
Expand Down

0 comments on commit 987d49c

Please sign in to comment.