File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 46
46
POSTGRES_PASSWORD : ${{ env.POSTGRES_PASSWORD }}
47
47
POSTGRES_DB : ${{ env.POSTGRES_DATABASE }}
48
48
neo4j :
49
- image : neo4j:5.15 @sha256:d9e2fb1ba398536e50d22ebc3d5d585baa086c1c0cf8e5b96bdc9e11e87e002a
49
+ image : neo4j:5.22 @sha256:9317a2941a9641169aa2ea8470cdda184ff7a9ee1914b5429126d0db4828edd2
50
50
ports :
51
51
- 7687:7687
52
52
env :
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ services:
53
53
# PRISMA_DATABASE_URL: "postgres://user:pass@postgres:5432/test"
54
54
55
55
neo4j :
56
- image : neo4j:5.15 @sha256:d9e2fb1ba398536e50d22ebc3d5d585baa086c1c0cf8e5b96bdc9e11e87e002a
56
+ image : neo4j:5.22 @sha256:9317a2941a9641169aa2ea8470cdda184ff7a9ee1914b5429126d0db4828edd2
57
57
environment :
58
58
NEO4J_AUTH : neo4j/password
59
59
healthcheck :
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ services:
23
23
# PRISMA_DATABASE_URL: "postgres://user:pass@postgres:5432/test"
24
24
25
25
neo4j :
26
- image : neo4j:5.15 @sha256:d9e2fb1ba398536e50d22ebc3d5d585baa086c1c0cf8e5b96bdc9e11e87e002a
26
+ image : neo4j:5.22 @sha256:9317a2941a9641169aa2ea8470cdda184ff7a9ee1914b5429126d0db4828edd2
27
27
ports :
28
28
- target : 7687
29
29
published : 37687
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ services:
28
28
published : 8081
29
29
30
30
neo4j :
31
- image : neo4j:5.15 @sha256:d9e2fb1ba398536e50d22ebc3d5d585baa086c1c0cf8e5b96bdc9e11e87e002a
31
+ image : neo4j:5.22 @sha256:9317a2941a9641169aa2ea8470cdda184ff7a9ee1914b5429126d0db4828edd2
32
32
ports :
33
33
# http
34
34
- target : 7474
You can’t perform that action at this time.
0 commit comments