We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d6b011 commit 40a089aCopy full SHA for 40a089a
docker-compose.yml
@@ -8,7 +8,7 @@ services:
8
context: .
9
dockerfile: src/docker-files/Dockerfile.server
10
ports:
11
- - "127.0.0.1:8000:8000"
+ - "8000:8000"
12
networks:
13
- capec-network
14
hostname: rag-server
@@ -37,7 +37,7 @@ services:
37
38
39
40
- - "127.0.0.1:7860:7860"
+ - "7860:7860"
41
environment:
42
- SERVER_HOST=rag-server
43
- SERVER_PORT=8000
@@ -50,8 +50,8 @@ services:
50
qdrant:
51
image: qdrant/qdrant:v0.10.1
52
53
- - "127.0.0.1:6333:6333"
54
- - "127.0.0.1:6334:6334"
+ - "6333:6333"
+ - "6334:6334"
55
volumes:
56
- qdrant_storage:/qdrant/storage
57
0 commit comments