mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
allow migration of neo4j database in docker
This commit is contained in:
parent
09dcd1d5a7
commit
a9b06e6779
@ -111,6 +111,9 @@ services:
|
|||||||
# TODO: This sounds scary for a production environment
|
# TODO: This sounds scary for a production environment
|
||||||
- NEO4J_AUTH=none
|
- NEO4J_AUTH=none
|
||||||
- NEO4J_dbms_security_procedures_unrestricted=algo.*,apoc.*
|
- 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
|
# 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
|
# TODO: clarify if that is the only thing needed to unlock the Enterprise version
|
||||||
# - NEO4J_ACCEPT_LICENSE_AGREEMENT=yes
|
# - NEO4J_ACCEPT_LICENSE_AGREEMENT=yes
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user