File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 3
3
services :
4
4
redis :
5
5
image : ${CLIENT_LIBS_TEST_IMAGE:-redislabs/client-libs-test:rs-7.4.0-v2}
6
+ platform : linux/amd64
6
7
container_name : redis-standalone
7
8
environment :
8
9
- TLS_ENABLED=yes
@@ -23,6 +24,7 @@ services:
23
24
24
25
osscluster :
25
26
image : ${CLIENT_LIBS_TEST_IMAGE:-redislabs/client-libs-test:rs-7.4.0-v2}
27
+ platform : linux/amd64
26
28
container_name : redis-osscluster
27
29
environment :
28
30
- NODES=6
@@ -39,6 +41,7 @@ services:
39
41
40
42
sentinel-cluster :
41
43
image : ${CLIENT_LIBS_TEST_IMAGE:-redislabs/client-libs-test:rs-7.4.0-v2}
44
+ platform : linux/amd64
42
45
container_name : redis-sentinel-cluster
43
46
network_mode : " host"
44
47
environment :
@@ -58,6 +61,7 @@ services:
58
61
59
62
sentinel :
60
63
image : ${CLIENT_LIBS_TEST_IMAGE:-redislabs/client-libs-test:rs-7.4.0-v2}
64
+ platform : linux/amd64
61
65
container_name : redis-sentinel
62
66
depends_on :
63
67
- sentinel-cluster
@@ -81,6 +85,7 @@ services:
81
85
82
86
ring-cluster :
83
87
image : ${CLIENT_LIBS_TEST_IMAGE:-redislabs/client-libs-test:rs-7.4.0-v2}
88
+ platform : linux/amd64
84
89
container_name : redis-ring-cluster
85
90
environment :
86
91
- NODES=3
You can’t perform that action at this time.
0 commit comments