We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74dc192 commit ba8ef34Copy full SHA for ba8ef34
1 file changed
docker-compose.yml
@@ -11,3 +11,20 @@ services:
11
environment:
12
- c=neo4j:neo4j:strazh
13
- 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