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:
parent
5b9fd04597
commit
be90fd30d6
1 changed files with 17 additions and 13 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue