fix: neo4j username/password should not be hardcoded (#711)

fix: neo4j password should not be hardcoded
This commit is contained in:
Charles Chan 2025-07-13 09:12:06 -07:00 committed by GitHub
parent 11b2457d3c
commit cb44ae932e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,7 @@ services:
- "7474:7474" # HTTP
- "7687:7687" # Bolt
environment:
- NEO4J_AUTH=neo4j/demodemo
- NEO4J_AUTH=${NEO4J_USER:-neo4j}/${NEO4J_PASSWORD:-demodemo}
- NEO4J_server_memory_heap_initial__size=512m
- NEO4J_server_memory_heap_max__size=1G
- NEO4J_server_memory_pagecache_size=512m