From d64aa049c6fd441cd3ca874475c92985f52d7de0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Thu, 12 Nov 2020 13:21:06 +0100 Subject: [PATCH] Switch Neo4j to Community Edition --- neo4j/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/neo4j/Dockerfile b/neo4j/Dockerfile index b068b22b2..845748a8a 100644 --- a/neo4j/Dockerfile +++ b/neo4j/Dockerfile @@ -1,4 +1,6 @@ -FROM neo4j:3.5.14-enterprise +FROM neo4j:3.5.14 +# community edition 👆🏼, because we have no enterprise licence 👇🏼 at the moment +# FROM neo4j:3.5.14-enterprise LABEL Description="Neo4J database of the Social Network Human-Connection.org with preinstalled database constraints and indices" Vendor="Human Connection gGmbH" Version="0.0.1" Maintainer="Human Connection gGmbH (developer@human-connection.org)" ARG BUILD_COMMIT