mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-06 20:02:11 +02:00
Neo4j RAG working in docker compose
This commit is contained in:
parent
657b2801d3
commit
4d05e1e836
16 changed files with 138 additions and 386 deletions
|
|
@ -13,6 +13,9 @@ local images = import "images.jsonnet";
|
|||
],
|
||||
environment: {
|
||||
NEO4J_AUTH: "neo4j/password",
|
||||
// NEO4J_server_bolt_listen__address: "0.0.0.0:7687",
|
||||
// NEO4J_server_default__listen__address: "0.0.0.0",
|
||||
// NEO4J_server_http_listen__address: "0.0.0.0:7474",
|
||||
},
|
||||
volumes: [
|
||||
"neo4j:/data"
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
"0.6.0"
|
||||
Loading…
Add table
Add a link
Reference in a new issue