Fix neo4j: container doesn't start currently (#264)

* Adjust Neo4j memory settings to avoid startup fail

* Upgrade Neo4j to community 5.26.0

* Add Neo4j indexes
This commit is contained in:
cybermaggedon 2025-01-11 12:44:49 +00:00 committed by GitHub
parent cec9e29222
commit c603caa3cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 57 additions and 3 deletions

View file

@ -1,7 +1,7 @@
local version = import "version.jsonnet";
{
cassandra: "docker.io/cassandra:4.1.6",
neo4j: "docker.io/neo4j:5.22.0-community-bullseye",
neo4j: "docker.io/neo4j:5.26.0-community-bullseye",
pulsar: "docker.io/apachepulsar/pulsar:3.3.1",
pulsar_manager: "docker.io/apachepulsar/pulsar-manager:v0.4.0",
etcd: "quay.io/coreos/etcd:v3.5.15",