6.2.7-debian-11-r1 release

This commit is contained in:
Bitnami Bot
2022-06-06 14:30:44 +00:00
committed by Bitnami Containers
parent b46e736937
commit 097f2339f8
2 changed files with 17 additions and 4 deletions

View File

@@ -1,6 +1,19 @@
version: '2'
services:
rclone:
redis-sentinel:
image: docker.io/bitnami/redis-sentinel:6.2
# Overriding entrypoint so the container does not exit and we can run some basic tests
entrypoint: tail -f /dev/null
volumes:
- redis-sentinel_data:/bitnami
redis:
image: docker.io/bitnami/redis:6.2
environment:
# ALLOW_EMPTY_PASSWORD is recommended only for development.
- ALLOW_EMPTY_PASSWORD=yes
volumes:
- redis_data:/bitnami
volumes:
redis-sentinel_data:
driver: local
redis_data:
driver: local