Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"

services:
neo:
image: neo4j
image: neo4j:3.5.22
ports:
- 7474:7474
- 7687:7687
Expand All @@ -11,11 +11,12 @@ services:
- NEO4J_AUTH=none
volumes:
- ./neo4j/data:/data
- ./neo4j/conf:/var/lib/neo4j/conf
notebook:
build: notebook/
ports:
- 8888:8888
volumes:
- ./:/home/jovyan/work/data
environment:
- GRANT_SUDO=yesd
- GRANT_SUDO=yesd
3 changes: 1 addition & 2 deletions notebook/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
psycopg2-binary

redis
py2
neo
py2neo
neo4j

pymongo
Expand Down