Skip to content

Commit

Permalink
Merge pull request #377 from stakwork/add-to-compose
Browse files Browse the repository at this point in the history
feat: add QUESTION_AND_ANSWER_WORKFLOW_ID to compose file
  • Loading branch information
tobi-bams authored Nov 1, 2024
2 parents 8af2bb5 + b48c5b3 commit 8df973e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ services:
- FEATURE_FLAG_TEXT_EMBEDDINGS=$FEATURE_FLAG_TEXT_EMBEDDINGS
- SUPER_URL=$SUPER_URL
- SUPER_TOKEN=$SUPER_TOKEN
- QUESTION_AND_ANSWER_WORKFLOW_ID=$QUESTION_AND_ANSWER_WORKFLOW_ID

networks:
sphinx-swarm:
Expand Down
1 change: 1 addition & 0 deletions second-brain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ services:
- WEBPAGE_TEXT_WORKFLOW_ID=$WEBPAGE_TEXT_WORKFLOW_ID
- SUPER_URL=$SUPER_URL
- LOCAL_LLAMA=$LOCAL_LLAMA
- QUESTION_AND_ANSWER_WORKFLOW_ID=$QUESTION_AND_ANSWER_WORKFLOW_ID

networks:
sphinx-swarm:
Expand Down
1 change: 1 addition & 0 deletions superadmin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ services:
- SWARM_TAG_KEY=$SWARM_TAG_KEY
- SWARM_UPDATER_PASSWORD=$SWARM_UPDATER_PASSWORD
- EC2_DAILY_LIMIT=$EC2_DAILY_LIMIT
- QUESTION_AND_ANSWER_WORKFLOW_ID=$QUESTION_AND_ANSWER_WORKFLOW_ID

networks:
sphinx-swarm:
Expand Down

0 comments on commit 8df973e

Please sign in to comment.