Created
October 15, 2016 22:23
-
-
Save wmceff/4ce1970b60ccf9eb33ddbc536d6a1ee9 to your computer and use it in GitHub Desktop.
CircleCI config for Neo4J 3.0 through Docker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| machine: | |
| services: | |
| - docker | |
| dependencies: | |
| pre: | |
| - docker run -d --publish=7474:7474 --volume=$HOME/neo4j/data:/data --env=NEO4J_AUTH=none neo4j:3.0 |
Author
thanks, that works great! 👍
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
See http://neo4j.com/docs/operations-manual/current/deployment/single-instance/docker/