envs on docker and cli tweak

This commit is contained in:
dal 2025-05-08 04:00:42 -06:00
parent b441c32ae0
commit 0a3bb5db01
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
2 changed files with 7 additions and 1 deletions

View File

@ -135,7 +135,7 @@ jobs:
echo "Extracted version: $VERSION"
- name: Create Release
id: create_the_release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2.0.0
with:
tag_name: v${{ steps.get_version.outputs.version }}
name: Release v${{ steps.get_version.outputs.version }}

View File

@ -33,6 +33,12 @@ services:
- EMBEDDING_MODEL=${EMBEDDING_MODEL}
- COHERE_API_KEY=${COHERE_API_KEY}
- ENVIRONMENT=${ENVIRONMENT}
- LOG_LEVEL=${LOG_LEVEL}
- RERANK_API_KEY=${RERANK_API_KEY}
- RERANK_MODEL=${RERANK_MODEL}
- RERANK_BASE_URL=${RERANK_BASE_URL}
- LLM_API_KEY=${LLM_API_KEY}
- LLM_BASE_URL=${LLM_BASE_URL}
ports:
- "3001:3001"
- "3000:3000"