From be90fd30d6721d43b18651d72863e1f4cbefbd8d Mon Sep 17 00:00:00 2001 From: Igor Ilic <30923996+dexters1@users.noreply.github.com> Date: Tue, 1 Apr 2025 17:04:16 +0200 Subject: [PATCH] chore: Remove frontend from docker-compose (#691) ## Description Until we release a stable and usable frontend commenting it out of docker compose ## DCO Affirmation I affirm that all code in every commit of this pull request conforms to the terms of the Topoteretes Developer Certificate of Origin. --- docker-compose.yml | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index c075cf7c5..75c76d542 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -22,19 +22,23 @@ services: cpus: "2.0" memory: 8GB - frontend: - container_name: frontend - build: - context: ./cognee-frontend - dockerfile: Dockerfile - volumes: - - ./cognee-frontend/src:/app/src - - ./cognee-frontend/public:/app/public - ports: - - 3000:3000 - # - 9229:9229 # Debugging - networks: - - cognee-network +# NOTE: Frontend is a work in progress and is not intended to be used by users yet. +# If you want to use Cognee with a UI environment you can run the cognee-gui.py script or +# integrate the Cognee MCP Server to Cursor / Claude Desktop / Visual Studio Code ( through Cline/Roo ) + +# frontend: +# container_name: frontend +# build: +# context: ./cognee-frontend +# dockerfile: Dockerfile +# volumes: +# - ./cognee-frontend/src:/app/src +# - ./cognee-frontend/public:/app/public +# ports: +# - 3000:3000 +# # - 9229:9229 # Debugging +# networks: +# - cognee-network neo4j: image: neo4j:latest