Skip to content

Commit

Permalink
chore: propagate openai api key to bee-api
Browse files Browse the repository at this point in the history
  • Loading branch information
jezekra1 committed Oct 23, 2024
1 parent cfddf80 commit dd13178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
WATSONX_PROJECT_ID: ${WATSONX_PROJECT_ID}
WATSONX_API_KEY: ${WATSONX_API_KEY}
BAM_API_KEY: ${BAM_API_KEY:-dummy}

OPENAI_API_KEY: ${OPENAI_API_KEY:-dummy}

MONGODB_URL: mongodb://mongo:27017?directConnection=true
MONGODB_DATABASE_NAME: bee-api
Expand Down

0 comments on commit dd13178

Please sign in to comment.