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"
|
cpus: "2.0"
|
||||||
memory: 8GB
|
memory: 8GB
|
||||||
|
|
||||||
frontend:
|
# NOTE: Frontend is a work in progress and is not intended to be used by users yet.
|
||||||
container_name: frontend
|
# If you want to use Cognee with a UI environment you can run the cognee-gui.py script or
|
||||||
build:
|
# integrate the Cognee MCP Server to Cursor / Claude Desktop / Visual Studio Code ( through Cline/Roo )
|
||||||
context: ./cognee-frontend
|
|
||||||
dockerfile: Dockerfile
|
# frontend:
|
||||||
volumes:
|
# container_name: frontend
|
||||||
- ./cognee-frontend/src:/app/src
|
# build:
|
||||||
- ./cognee-frontend/public:/app/public
|
# context: ./cognee-frontend
|
||||||
ports:
|
# dockerfile: Dockerfile
|
||||||
- 3000:3000
|
# volumes:
|
||||||
# - 9229:9229 # Debugging
|
# - ./cognee-frontend/src:/app/src
|
||||||
networks:
|
# - ./cognee-frontend/public:/app/public
|
||||||
- cognee-network
|
# ports:
|
||||||
|
# - 3000:3000
|
||||||
|
# # - 9229:9229 # Debugging
|
||||||
|
# networks:
|
||||||
|
# - cognee-network
|
||||||
|
|
||||||
neo4j:
|
neo4j:
|
||||||
image: neo4j:latest
|
image: neo4j:latest
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue