Files
containers/bitnami/valkey/docker-compose.yml
Bitnami Bot 6375e4098f [bitnami/valkey] Release 7.2.5-debian-12-r0 (#66290)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
2024-05-07 16:51:45 +02:00

21 lines
456 B
YAML

# Copyright Broadcom, Inc. All Rights Reserved.
# SPDX-License-Identifier: APACHE-2.0
version: '2'
services:
valkey:
image: docker.io/bitnami/valkey:7.2
environment:
# ALLOW_EMPTY_PASSWORD is recommended only for development.
- ALLOW_EMPTY_PASSWORD=yes
- VALKEY_DISABLE_COMMANDS=FLUSHDB,FLUSHALL
ports:
- '6379:6379'
volumes:
- 'valkey_data:/bitnami/valkey/data'
volumes:
valkey_data:
driver: local