Fixes to database manager
This commit is contained in:
parent
77d2e1b9ef
commit
f236bd0c87
1 changed files with 14 additions and 14 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue