File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ services:
21
21
image : postgres:14-alpine
22
22
env_file : env/postgres.env
23
23
redis :
24
- image : redis:6 -alpine
24
+ image : redis:7 -alpine
25
25
command :
26
26
- sh
27
27
- -c # this is to evaluate the $REDIS_PASSWORD from the env
28
28
- redis-server --appendonly yes --requirepass $$REDIS_PASSWORD # # $$ because of docker-compose
29
29
env_file : env/redis.env
30
30
redis-cache :
31
- image : redis:6 -alpine
31
+ image : redis:7 -alpine
32
32
command :
33
33
- sh
34
34
- -c # this is to evaluate the $REDIS_PASSWORD from the env
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ services:
42
42
43
43
# redis
44
44
redis :
45
- image : redis:6 -alpine
45
+ image : redis:7 -alpine
46
46
command :
47
47
- sh
48
48
- -c # this is to evaluate the $REDIS_PASSWORD from the env
@@ -51,7 +51,7 @@ services:
51
51
volumes :
52
52
- netbox-redis-data:/data
53
53
redis-cache :
54
- image : redis:6 -alpine
54
+ image : redis:7 -alpine
55
55
command :
56
56
- sh
57
57
- -c # this is to evaluate the $REDIS_PASSWORD from the env
You can’t perform that action at this time.
0 commit comments