mirror of
https://github.com/bitnami/containers.git
synced 2026-03-23 14:57:41 +08:00
6.2.7-debian-11-r1 release
This commit is contained in:
committed by
Bitnami Containers
parent
b46e736937
commit
097f2339f8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user