Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Circle CI custom neo4j configuration #145

Closed
devmsh opened this issue Jul 19, 2018 · 4 comments
Closed

Circle CI custom neo4j configuration #145

devmsh opened this issue Jul 19, 2018 · 4 comments

Comments

@devmsh
Copy link

devmsh commented Jul 19, 2018

Hi!

We use Neo4j with APOC plugin, and we need to change some configuration by mounting conf volume, and this need a custom run script

docker run --rm \
    --volume=$HOME/neo4j/conf:/conf \
    neo4j:3.4 dump-config

How can we use the image with this custom run script?

this is a sample of our config.yml:

version: 2
jobs:
  build:
    docker:
      - image: circleci/php:7.2.3-node-browsers
      # - image: elasticsearch
      - image: digitalcloudsa/neo4j
        environment:
            NEO4J_AUTH=none

    working_directory: ~/repo
@devmsh
Copy link
Author

devmsh commented Jul 29, 2018

any help?

@piotrjaworski
Copy link

@devmsh did you resolve it?

@devmsh
Copy link
Author

devmsh commented Sep 12, 2018

@piotrjaworski unfortunately no!

@devmsh devmsh closed this as completed Jul 1, 2019
@a-tokyo
Copy link

a-tokyo commented Aug 22, 2019

@piotrjaworski @devmsh I couldn't solve this through CircleCi so I created my own docker image which simply extends the original one and used it in the CI. It's just a few lines of code. Here's the code https://github.com/pluralcom/docker-neo4j 💪

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants