diff --git a/compose.yaml b/compose.yaml index dc30ed12..5ee41647 100644 --- a/compose.yaml +++ b/compose.yaml @@ -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