Skip to content

Commit ff8228b

Browse files
committed
remove response_formatter for now
1 parent a37fd13 commit ff8228b

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

docker-compose.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ services:
4545
- "3000:3000"
4646
environment:
4747
- REACT_APP_API_URL=http://localhost:8000
48-
volumes:
49-
- ./frontend:/app
5048
depends_on:
5149
- api
5250

@@ -59,8 +57,6 @@ services:
5957
- API_URL=http://api:8000
6058
depends_on:
6159
- api
62-
volumes:
63-
- ./llm_engine:/app
6460

6561
query_runner:
6662
build:
@@ -73,18 +69,6 @@ services:
7369
condition: service_healthy
7470
api:
7571
condition: service_started
76-
volumes:
77-
- ./query_runner:/app
78-
79-
response_formatter:
80-
build:
81-
context: ./response_formatter
82-
ports:
83-
- "8002:8002"
84-
depends_on:
85-
- query_runner
86-
volumes:
87-
- ./response_formatter:/app
8872

8973
volumes:
9074
postgres_data:

0 commit comments

Comments
 (0)