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 8f226cd commit 8701244Copy full SHA for 8701244
docker-compose.yml
@@ -8,7 +8,7 @@ services:
8
context: .
9
dockerfile: src/docker-files/Dockerfile.server
10
ports:
11
- - "8000:8000"
+ - "127.0.0.1:8000:8000"
12
networks:
13
- capec-network
14
hostname: rag-server
@@ -27,7 +27,7 @@ services:
27
28
29
30
- - "7860:7860"
+ - "127.0.0.1:7860:7860"
31
environment:
32
- SERVER_HOST=rag-server
33
- SERVER_PORT=8000
@@ -39,8 +39,8 @@ services:
39
qdrant:
40
image: qdrant/qdrant:v0.10.1
41
42
- - "6333:6333"
43
- - "6334:6334"
+ - "127.0.0.1:6333:6333"
+ - "127.0.0.1:6334:6334"
44
volumes:
45
- qdrant_storage:/qdrant/storage
46
0 commit comments