Fix security issue: Hard-coded Neo4j Database Credentials in Docker Configuration (CWE-798)
This commit is contained in:
parent
b1b4ae3d5f
commit
d1d7e1aa1b
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
Loading…
Add table
Reference in a new issue