Switch Neo4j to Community Edition

This commit is contained in:
Wolfgang Huß 2020-11-12 13:21:06 +01:00
parent 612b9fdc40
commit d64aa049c6

View File

@ -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