docker-neo4j
docker-neo4j copied to clipboard
Docker Images for the Neo4j Graph Database
NEO4J_AUTH in the compose file is set to configure the default username and password in Neo4J. Could this be adapted to include a docker swarm secret as an alternative to...
I followed [this](http://neo4j.com/docs/operations-manual/current/installation/docker/) doc to setup causal cluster, but failed. I then used `call dbms.cluster.routing.getServers` in the web console and found that all addresses are `localhost:7687`. The routing is screwed....
I start neo4j 3.2 community with a docker compose file and mount a local directory to `/conf`. All settings in the `neo4j.conf` file are used except heap space. It is...
I have configured [docker-maven-plugin](https://github.com/fabric8io/docker-maven-plugin) to start a Neo4j 3.2.1 container: ``` io.fabric8 docker-maven-plugin 0.21.0 prepare-neo4j-database pre-integration-test start neo4j:3.2.1 neo4j-database neo4j-database:7484 Starting... 20000 remove-neo4j-database post-integration-test stop ``` Right now I use...
As in some images provided on Docker Hub allow for setting `*_FILE` environment variables for passing sensitive data like passwords. Example from PostgreSQL https://github.com/docker-library/postgres/blob/master/docker-entrypoint.sh#L8
I use neo4j/neo4j to login. It returned Error : **Neo.ClientError.Security.AuthenticationRateLimit: The client has provided incorrect authentication details too many times in a row.**
The plugins json map at https://graphdatascience.ninja/versions.json only supports as high as v3.5.33 but the latest v3.5 container is v3.5.35 so anyone attempting to use v3.5.35 with graph-data-science can't start their...
The `neo4j-admin report` command is reporting errors when trying to generate the "ps.csv" file. This is due to missing psproc package (`ps` command is not available). **Steps to reproduce** -...
# Issue When running a local docker install for a training, the proposed function genai.vector.encode can not be executed. Training: Knowledge Graphs for RAG by Neo4J by Andreas Kollegger https://learn.deeplearning.ai/courses/knowledge-graphs-rag/lesson/2/knowledge-graph-fundamentals...
installed it on docker backend | yarn run v1.22.19 backend | $ node build/ maintenance | /docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh maintenance | 10-listen-on-ipv6-by-default.sh: info: /etc/nginx/conf.d/default.conf is not a file or does...