Install Neo4j plugin
Install the Neo4j plugin
docker compose exec datashare_web /entrypoint.sh \
--mode CLI \
--pluginInstall datashare-plugin-neo4j-graph-widget Configure the Neo4j extension
...
services:
datashare_web:
...
environment:
- DS_DOCKER_NEO4J_HOST=neo4j
- DS_DOCKER_NEO4J_PORT=7687
- DS_DOCKER_NEO4J_SINGLE_PROJECT=secret-project # This is for community edition onlyRestart Datasahre
Next step
Last updated