Pin all redis versions to 7
All checks were successful
/ terraform (push) Successful in 28s
/ ansible (push) Successful in 1m34s

Keeps them all in sync
This commit is contained in:
Jake Howard 2023-12-04 09:22:51 +00:00
parent ad7bd24fec
commit e815fcb2be
Signed by: jake
GPG Key ID: 57AFB45680EDD477
2 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ services:
- POSTGRES_USER=authentik
redis:
image: redis:alpine
image: redis:7-alpine
restart: unless-stopped
volumes:
- /mnt/speed/dbs/redis/authentik:/data

View File

@ -63,7 +63,7 @@ services:
- POSTGRES_USER=vikunja
redis:
image: redis:6-alpine
image: redis:7-alpine
restart: unless-stopped
volumes:
- /mnt/speed/dbs/redis/vikunja/:/data