Skip to content

Commit 8f226cd

Browse files
authored
Updated docker-compose.yml
1 parent 30d3713 commit 8f226cd

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

docker-compose.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,6 @@ services:
1919
- ./src/index/index/:/app/src/index/index/
2020
environment:
2121
- TOKENIZERS_PARALLELISM=false
22-
command:
23-
[
24-
"uvicorn",
25-
"server:app",
26-
"--host",
27-
"0.0.0.0",
28-
"--port",
29-
"8000",
30-
"--reload"
31-
]
3222

3323
client:
3424
build:
@@ -45,7 +35,6 @@ services:
4535
- ./src:/app/src
4636
- ./client.py:/app/client.py
4737
- ./client-requirements.txt:/app/client-requirements.txt
48-
command: ["python", "client.py"]
4938

5039
qdrant:
5140
image: qdrant/qdrant:v0.10.1

0 commit comments

Comments
 (0)