Fixes to database manager

This commit is contained in:
Vasilije 2024-02-20 09:29:09 +01:00
parent 77d2e1b9ef
commit f236bd0c87

View file

@ -33,9 +33,9 @@ services:
- 80:80 - 80:80
- 50051:50051 - 50051:50051
- 5678:5678 - 5678:5678
- 5432:5432 # - 5432:5432
depends_on: depends_on:
# - postgres - postgres
- neo4j - neo4j
deploy: deploy:
resources: resources:
@ -43,18 +43,18 @@ services:
cpus: "4.0" cpus: "4.0"
memory: 8GB memory: 8GB
# postgres: postgres:
# image: postgres image: postgres
# container_name: postgres container_name: postgres
# environment: environment:
# - POSTGRES_HOST_AUTH_METHOD=trust - POSTGRES_HOST_AUTH_METHOD=trust
# - POSTGRES_USER=bla - POSTGRES_USER=bla
# - POSTGRES_PASSWORD=bla - POSTGRES_PASSWORD=bla
# - POSTGRES_DB=bubu - POSTGRES_DB=bubu
# networks: networks:
# - cognee_backend - cognee_backend
# ports: ports:
# - "5432:5432" - "5432:5432"
networks: networks:
cognee_backend: cognee_backend: