Skip to content

Commit 1a3188e

Browse files
committed
test(redis): removed unused redis cluster configuration from docker-compose
The Redis cluster in docker-compose used Bitnami images, which are now restricted. Since this setup was unused, no migration is needed. Tests run locally and in CI against the Azure Redis cluster.
1 parent 30b62e1 commit 1a3188e

File tree

1 file changed

+0
-37
lines changed

1 file changed

+0
-37
lines changed

docker-compose-base.yaml

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -5,43 +5,6 @@ services:
55
ports:
66
- 6379:6379
77

8-
redis-node-0:
9-
image: docker.io/bitnami/redis-cluster:7.2
10-
environment:
11-
- 'ALLOW_EMPTY_PASSWORD=yes'
12-
- 'REDIS_NODES=172.30.0.2:6379 172.30.0.3:6379 172.30.0.4:6379'
13-
- 'REDIS_CLUSTER_CREATOR=yes'
14-
- 'REDIS_CLUSTER_REPLICAS=0'
15-
- 'BITNAMI_DEBUG=1'
16-
- 'REDIS_CLUSTER_SLEEP_BEFORE_DNS_LOOKUP=10'
17-
ports:
18-
- 6380:6379
19-
networks:
20-
redis-cluster-network:
21-
ipv4_address: 172.30.0.2
22-
23-
redis-node-1:
24-
image: docker.io/bitnami/redis-cluster:7.2
25-
environment:
26-
- 'ALLOW_EMPTY_PASSWORD=yes'
27-
- 'REDIS_NODES=172.30.0.2:6379 172.30.0.3:6379 172.30.0.4:6379'
28-
ports:
29-
- 6381:6379
30-
networks:
31-
redis-cluster-network:
32-
ipv4_address: 172.30.0.3
33-
34-
redis-node-2:
35-
image: docker.io/bitnami/redis-cluster:7.2
36-
environment:
37-
- 'ALLOW_EMPTY_PASSWORD=yes'
38-
- 'REDIS_NODES=172.30.0.2:6379 172.30.0.3:6379 172.30.0.4:6379'
39-
ports:
40-
- 6382:6379
41-
networks:
42-
redis-cluster-network:
43-
ipv4_address: 172.30.0.4
44-
458
# sentinel test setup
469
redis-slave:
4710
image: redis:7.4.3

0 commit comments

Comments
 (0)