You've already forked dockerfiles
mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-11-27 22:28:31 +02:00
add neo4j
This commit is contained in:
13
neo4j/docker-compose.yml
Normal file
13
neo4j/docker-compose.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
neo4j:
|
||||
image: neo4j
|
||||
ports:
|
||||
- "7474:7474"
|
||||
volumes:
|
||||
- ./data:/data
|
||||
environment:
|
||||
- NEO4J_CACHE_MEMORY=4G
|
||||
ulimits:
|
||||
nofile:
|
||||
soft: 65535
|
||||
hard: 65535
|
||||
restart: always
|
||||
Reference in New Issue
Block a user