Skip to content

Commit c356f57

Browse files
authored
[BUMP] redis 7.2 (#3)
1 parent 8be8552 commit c356f57

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docker-compose.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,43 +2,43 @@ version: '3.8'
22

33
services:
44
redis-main-1:
5-
image: redis:7.0-bullseye
5+
image: redis:7.2
66
volumes:
77
- ./resources/config/redis.conf:/usr/local/etc/redis/redis.conf
88
command: [ "redis-server", "/usr/local/etc/redis/redis.conf" ]
99

1010
redis-main-2:
11-
image: redis:7.0-bullseye
11+
image: redis:7.2
1212
volumes:
1313
- ./resources/config/redis.conf:/usr/local/etc/redis/redis.conf
1414
command: [ "redis-server", "/usr/local/etc/redis/redis.conf" ]
1515

1616
redis-main-3:
17-
image: redis:7.0-bullseye
17+
image: redis:7.2
1818
volumes:
1919
- ./resources/config/redis.conf:/usr/local/etc/redis/redis.conf
2020
command: [ "redis-server", "/usr/local/etc/redis/redis.conf" ]
2121

2222
redis-replica-1:
23-
image: redis:7.0-bullseye
23+
image: redis:7.2
2424
volumes:
2525
- ./resources/config/redis.conf:/usr/local/etc/redis/redis.conf
2626
command: [ "redis-server", "/usr/local/etc/redis/redis.conf" ]
2727

2828
redis-replica-2:
29-
image: redis:7.0-bullseye
29+
image: redis:7.2
3030
volumes:
3131
- ./resources/config/redis.conf:/usr/local/etc/redis/redis.conf
3232
command: [ "redis-server", "/usr/local/etc/redis/redis.conf" ]
3333

3434
redis-replica-3:
35-
image: redis:7.0-bullseye
35+
image: redis:7.2
3636
volumes:
3737
- ./resources/config/redis.conf:/usr/local/etc/redis/redis.conf
3838
command: [ "redis-server", "/usr/local/etc/redis/redis.conf" ]
3939

4040
redis-cluster-create:
41-
image: redis:7.0-bullseye
41+
image: redis:7.2
4242
depends_on:
4343
- redis-main-1
4444
- redis-main-2

0 commit comments

Comments
 (0)