Skip to content

Instantly share code, notes, and snippets.

@mneedham
Created March 5, 2020 04:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mneedham/12a9643d1d5628e6e659ed138e083bd7 to your computer and use it in GitHub Desktop.
Save mneedham/12a9643d1d5628e6e659ed138e083bd7 to your computer and use it in GitHub Desktop.
GraphConnect 2020 - APOC Training
version: '3.7'
services:
neo4j:
image: neo4j:4.0.0-enterprise
container_name: "gc2020-apoc"
volumes:
- ./plugins:/plugins
- ./data:/data
- ./import:/import
ports:
- "7474:7474"
- "7687:7687"
environment:
- "NEO4J_ACCEPT_LICENSE_AGREEMENT=yes"
- "NEO4J_AUTH=neo4j/neo"
- NEO4J_apoc_import_file_enabled=true
- NEO4JLABS_PLUGINS=["apoc"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment