mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Custom Dockerfile to install apoc plugin in neo4j
This commit is contained in:
parent
9b34376c1c
commit
5f102f7d98
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