Skip to content

Commit ba8ef34

Browse files
Vlad BatushkovVlad Batushkov
authored andcommitted
update docker compose
1 parent 74dc192 commit ba8ef34

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

docker-compose.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,20 @@ services:
1111
environment:
1212
- c=neo4j:neo4j:strazh
1313
- p=/dest/Strazh.Tests.ProjectB/Strazh.Tests.ProjectB.csproj /dest/Strazh.Tests.ProjectA/Strazh.Tests.ProjectA.csproj
14+
depends_on:
15+
- neo4j
16+
17+
neo4j:
18+
image: neo4j:4.2.0
19+
container_name: strazh_neo4j
20+
restart: unless-stopped
21+
ports:
22+
- 7474:7474
23+
- 7687:7687
24+
environment:
25+
NEO4J_AUTH: neo4j/strazh
26+
NEO4J_dbms_memory_pagecache_size: 1G
27+
NEO4J_dbms.memory.heap.initial_size: 1G
28+
NEO4J_dbms_memory_heap_max__size: 1G
29+
NEO4JLABS_PLUGINS: "[\"apoc\",\"graph-data-science\"]"
30+

0 commit comments

Comments
 (0)