Skip to content

Commit 7e41397

Browse files
committed
cleanup: remove analytics from docker-compose
1 parent 77ec71d commit 7e41397

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

docker-compose.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -281,20 +281,6 @@ services:
281281
- VITE_DASHBOARD_URL=${VITE_DASHBOARD_URL}
282282
- VITE_BM25_ACTIVE=${VITE_BM25_ACTIVE}
283283

284-
analytics-site:
285-
image: trieve/analytics-site
286-
build:
287-
context: ./frontends
288-
dockerfile: ./analytics/Dockerfile
289-
networks:
290-
- app-network
291-
ports:
292-
- 5176:80
293-
environment:
294-
- VITE_API_HOST=${VITE_API_HOST}
295-
- VITE_SEARCH_UI_URL=${VITE_SEARCH_UI_URL}
296-
- VITE_DASHBOARD_URL=${VITE_DASHBOARD_URL}
297-
298284
keycloak:
299285
image: quay.io/keycloak/keycloak:23.0.7
300286
depends_on:

0 commit comments

Comments
 (0)