Skip to content

Commit 51b7059

Browse files
committed
feat(#26): add environment variables to Dockerfile
- Added OPENAI_API_BASE for custom endpoints - Added OPENAI_ORG_ID for organization support - Added DOCS_MCP_EMBEDDING_MODEL for model configuration
1 parent f712c9b commit 51b7059

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,12 @@ COPY --from=builder /app/dist ./dist
3131
RUN ln -s /app/dist/cli.js /app/docs-cli
3232

3333
# Define the data directory environment variable and volume
34+
# Environment variables
3435
ENV DOCS_MCP_STORE_PATH=/data
36+
ENV OPENAI_API_BASE=
37+
ENV OPENAI_ORG_ID=
38+
ENV DOCS_MCP_EMBEDDING_MODEL=
39+
3540
VOLUME /data
3641

3742
# Set the command to run the application

0 commit comments

Comments
 (0)