chore: Remove frontend from docker-compose (#691)

<!-- .github/pull_request_template.md -->

## 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.
This commit is contained in:
Igor Ilic 2025-04-01 17:04:16 +02:00 committed by GitHub
parent 5b9fd04597
commit be90fd30d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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