File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,12 @@ services:
1313 - LLM_EMBED_SIZE=${LLM_EMBED_SIZE:-768}
1414 - QDRANT_HOST=qdrant
1515 - QDRANT_PORT=6333
16+ command : uvicorn app.main:app --host 0.0.0.0 --port 8000
1617 depends_on :
1718 - qdrant
1819
1920 mcp-server :
20- build :
21- context : .
22- dockerfile : Dockerfile
21+ build : .
2322 environment :
2423 - MCP_TRANSPORT=sse
2524 - MCP_HOST=0.0.0.0
@@ -36,9 +35,7 @@ services:
3635 - qdrant
3736
3837 mcp-proxy :
39- build :
40- context : .
41- dockerfile : Dockerfile
38+ build : .
4239 ports :
4340 - " 3000:3000"
4441 command : mcp-proxy http://mcp-server:3001/sse --port 3000 --host 0.0.0.0 --allow-origin="*"
@@ -53,4 +50,4 @@ services:
5350 ports :
5451 - " 6333:6333"
5552 volumes :
56- - ./qdrant_data:/qdrant/storage
53+ - ./qdrant_data:/qdrant/storage
You can’t perform that action at this time.
0 commit comments