Skip to content

Instantly share code, notes, and snippets.

@wmceff
Created October 15, 2016 22:23
Show Gist options
  • Save wmceff/4ce1970b60ccf9eb33ddbc536d6a1ee9 to your computer and use it in GitHub Desktop.
Save wmceff/4ce1970b60ccf9eb33ddbc536d6a1ee9 to your computer and use it in GitHub Desktop.
CircleCI config for Neo4J 3.0 through Docker
machine:
services:
- docker
dependencies:
pre:
- docker run -d --publish=7474:7474 --volume=$HOME/neo4j/data:/data --env=NEO4J_AUTH=none neo4j:3.0
@kbsali
Copy link

kbsali commented Nov 3, 2016

thanks, that works great! 👍

@pepesenaris
Copy link

does this work for circleci 2.0?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment