Fix security issue: Hard-coded Neo4j Database Credentials in Docker Configuration (CWE-798)

This commit is contained in:
pensarapp[bot] 2025-05-22 07:59:35 +00:00 committed by GitHub
parent b1b4ae3d5f
commit d1d7e1aa1b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -53,7 +53,7 @@ services:
- 7474:7474
- 7687:7687
environment:
- NEO4J_AUTH=neo4j/pleaseletmein
- NEO4J_AUTH=${NEO4J_AUTH}
- NEO4J_PLUGINS=["apoc", "graph-data-science"]
networks:
- cognee-network
@ -108,4 +108,4 @@ networks:
volumes:
chromadb_data:
postgres_data:
postgres_data: