Skip to content

Commit

Permalink
fix database connection in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixTJDietrich committed Jan 24, 2025
1 parent 4e36b82 commit f3bd003
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ services:
intelligence-service:
build: server/intelligence-service
environment:
- DATABASE_URL=postgresql://postgres:5432/hephaestus
- DATABASE_USERNAME=root
- DATABASE_PASSWORD=root
# Either OPENAI_API_KEY or AZURE_OPENAI_API_KEY must be set
- OPENAI_API_KEY
- AZURE_OPENAI_API_KEY
Expand Down

0 comments on commit f3bd003

Please sign in to comment.