From 8c8457a9238d35d78a28312afe93997f26cf337a Mon Sep 17 00:00:00 2001 From: websoft9 Date: Fri, 6 Dec 2024 03:57:06 +0000 Subject: [PATCH] Update neo4j --- apps/neo4j/.env | 4 +++- apps/neo4j/variables.json | 4 ++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/neo4j/.env b/apps/neo4j/.env index 173d234b..47464e4f 100644 --- a/apps/neo4j/.env +++ b/apps/neo4j/.env @@ -1,4 +1,4 @@ -W9_POWER_PASSWORD='95xWSp2Z4#uVfj4I' +W9_POWER_PASSWORD='jtVOmHP!dffq1i1q' W9_REPO=neo4j W9_VERSION='5.25' W9_DIST='community' @@ -21,3 +21,5 @@ W9_NETWORK=websoft9 NEO4J_AUTH=${W9_LOGIN_USER}/${W9_POWER_PASSWORD} + +NEO4J_ACCEPT_LICENSE_AGREEMENT=yes diff --git a/apps/neo4j/variables.json b/apps/neo4j/variables.json index 71884950..945c1058 100644 --- a/apps/neo4j/variables.json +++ b/apps/neo4j/variables.json @@ -9,9 +9,13 @@ "dist": "community", "version": [ "5.25", + "5.25-enterprise", "5.24", + "5.24-enterprise", "5.23", + "5.23-enterprise", "4.4", + "4.4-enterprise", "latest" ] }