mirror of
https://github.com/bitnami/containers.git
synced 2026-03-20 14:58:20 +08:00
[bitnami/*] Remove undesired composes (#54799)
* [bitnami/*] Remove undesired composes Signed-off-by: Fran de Paz <fran.de-paz@broadcom.com> * Revert bitnami/airflow composes removal Signed-off-by: Fran de Paz <fran.de-paz@broadcom.com> * Update contributing guidelines Signed-off-by: Fran de Paz <fran.de-paz@broadcom.com> --------- Signed-off-by: Fran de Paz <fran.de-paz@broadcom.com>
This commit is contained in:
committed by
GitHub
parent
d6a1c3c41e
commit
a06247402f
@@ -1,22 +0,0 @@
|
||||
# Copyright VMware, Inc.
|
||||
# SPDX-License-Identifier: APACHE-2.0
|
||||
|
||||
version: '2'
|
||||
|
||||
services:
|
||||
redis-sentinel:
|
||||
image: docker.io/bitnami/redis-sentinel:7.2
|
||||
volumes:
|
||||
- redis-sentinel_data:/bitnami
|
||||
redis:
|
||||
image: docker.io/bitnami/redis:7.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