chore(deps): update redis docker tag to v7.4.0
Some checks failed
ci/woodpecker/push/gitleaks Pipeline was successful
ci/woodpecker/pr/gitleaks Pipeline was successful
ci/woodpecker/pr/ansible-lint Pipeline failed
ci/woodpecker/pr/ansible-playbook unknown status
ci/woodpecker/push/ansible-lint Pipeline failed
ci/woodpecker/push/ansible-playbook unknown status
Some checks failed
ci/woodpecker/push/gitleaks Pipeline was successful
ci/woodpecker/pr/gitleaks Pipeline was successful
ci/woodpecker/pr/ansible-lint Pipeline failed
ci/woodpecker/pr/ansible-playbook unknown status
ci/woodpecker/push/ansible-lint Pipeline failed
ci/woodpecker/push/ansible-playbook unknown status
This commit is contained in:
parent
a13c11970b
commit
47a71e9d5b
3 changed files with 3 additions and 3 deletions
|
@ -44,7 +44,7 @@ services:
|
||||||
healthcheck: {}
|
healthcheck: {}
|
||||||
|
|
||||||
grampsweb_redis:
|
grampsweb_redis:
|
||||||
image: redis:7.2.5-alpine
|
image: redis:7.4.0-alpine
|
||||||
container_name: grampsweb_redis
|
container_name: grampsweb_redis
|
||||||
restart: always
|
restart: always
|
||||||
healthcheck:
|
healthcheck:
|
||||||
|
|
|
@ -39,7 +39,7 @@ services:
|
||||||
|
|
||||||
######## Redis ########
|
######## Redis ########
|
||||||
nextcloud-redis:
|
nextcloud-redis:
|
||||||
image: "redis:7.2.5"
|
image: "redis:7.4.0"
|
||||||
container_name: nextcloud-redis
|
container_name: nextcloud-redis
|
||||||
hostname: nextcloud-redis
|
hostname: nextcloud-redis
|
||||||
networks:
|
networks:
|
||||||
|
|
|
@ -52,7 +52,7 @@ services:
|
||||||
# docker pull registry.mgrote.net/myfirstimage
|
# docker pull registry.mgrote.net/myfirstimage
|
||||||
|
|
||||||
oci-registry-redis:
|
oci-registry-redis:
|
||||||
image: "redis:7.2.5"
|
image: "redis:7.4.0"
|
||||||
container_name: oci-registry-redis
|
container_name: oci-registry-redis
|
||||||
networks:
|
networks:
|
||||||
- intern
|
- intern
|
||||||
|
|
Loading…
Reference in a new issue