Update neo4j to Enterprise edition

- accept license agreement
This commit is contained in:
mattwr18 2019-10-01 14:35:17 +02:00
parent f4e0fc8e01
commit b1573cc25a
2 changed files with 2 additions and 1 deletions

View File

@ -57,6 +57,7 @@ services:
environment:
- NEO4J_AUTH=none
- NEO4J_dbms_security_procedures_unrestricted=algo.*,apoc.*
- NEO4J_ACCEPT_LICENSE_AGREEMENT=yes
ports:
- 7687:7687
- 7474:7474

View File

@ -1,4 +1,4 @@
FROM neo4j:3.5.11
FROM neo4j:3.5.11-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