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