mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 21:33:02 +01:00
add neo4j
This commit is contained in:
@@ -122,6 +122,7 @@ dockerfiles
|
|||||||
- [ ] jenkins
|
- [ ] jenkins
|
||||||
- [x] letsencrypt
|
- [x] letsencrypt
|
||||||
- [x] mongo
|
- [x] mongo
|
||||||
|
- [x] neo4j
|
||||||
- [x] owncloud
|
- [x] owncloud
|
||||||
- [x] rocket.chat
|
- [x] rocket.chat
|
||||||
- [x] scrapinghub/splash
|
- [x] scrapinghub/splash
|
||||||
|
|||||||
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