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 a37fd13 commit ff8228bCopy full SHA for ff8228b
docker-compose.yml
@@ -45,8 +45,6 @@ services:
45
- "3000:3000"
46
environment:
47
- REACT_APP_API_URL=http://localhost:8000
48
- volumes:
49
- - ./frontend:/app
50
depends_on:
51
- api
52
@@ -59,8 +57,6 @@ services:
59
57
- API_URL=http://api:8000
60
58
61
62
63
- - ./llm_engine:/app
64
65
query_runner:
66
build:
@@ -73,18 +69,6 @@ services:
73
69
condition: service_healthy
74
70
api:
75
71
condition: service_started
76
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
87
- - ./response_formatter:/app
88
72
89
volumes:
90
postgres_data:
0 commit comments