mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Merge branch 'master' of github.com:appinteractive/hc-prototype-api
This commit is contained in:
commit
e79cc6977d
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