allow migration of neo4j database in docker

This commit is contained in:
Ulf Gebhardt 2023-05-15 23:55:38 +02:00
parent 09dcd1d5a7
commit a9b06e6779
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -111,6 +111,9 @@ services:
# TODO: This sounds scary for a production environment
- NEO4J_AUTH=none
- NEO4J_dbms_security_procedures_unrestricted=algo.*,apoc.*
- NEO4J_dbms_connector_http_listen__address=:7474
- NEO4J_dbms_allow__format__migration=true # TODO enable this in kubernetes setup
- NEO4J_dbms_allow__upgrade=true # TODO enable this in kubernetes setup
# Uncomment following line for Neo4j Enterprise version instead of Community version
# TODO: clarify if that is the only thing needed to unlock the Enterprise version
# - NEO4J_ACCEPT_LICENSE_AGREEMENT=yes