mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-20 20:01:25 +00:00
Merge pull request #6 from appinteractive/provide_apoc_for_dockerized_neo4j
Custom Dockerfile to install apoc plugin in neo4j
This commit is contained in:
commit
4e89597106
3
Dockerfile.neo4j
Normal file
3
Dockerfile.neo4j
Normal file
@ -0,0 +1,3 @@
|
||||
FROM neo4j:3.4
|
||||
RUN mkdir /plugins && wget https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/download/3.4.0.3/apoc-3.4.0.3-all.jar -P /plugins
|
||||
|
||||
@ -18,7 +18,9 @@ services:
|
||||
- MOCK=false
|
||||
|
||||
neo4j:
|
||||
image: neo4j:3.4
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile.neo4j
|
||||
networks:
|
||||
- hc-network
|
||||
volumes:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user