agent-mcp-sql / neo4j /Dockerfile
Timothy Eastridge
commit dev
9930ba9
raw
history blame contribute delete
126 Bytes
FROM neo4j:5.23.0
ENV NEO4J_PLUGINS='["apoc"]'
ENV NEO4J_apoc_export_file_enabled=true
ENV NEO4J_apoc_import_file_enabled=true