thingsboard/docker/docker-compose.valkey-sentinel.volumes.yml
2025-05-21 16:14:29 +03:00

41 lines
1.2 KiB
YAML

#
# Copyright © 2016-2025 The Thingsboard Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
version: '3.0'
services:
# Valkey sentinel
valkey-primary:
volumes:
- valkey-sentinel-data-primary:/bitnami/valkey/data
valkey-replica:
volumes:
- valkey-sentinel-data-replica:/bitnami/valkey/data
valkey-sentinel:
volumes:
- valkey-sentinel-data-sentinel:/bitnami/valkey/data
volumes:
valkey-sentinel-data-primary:
external:
name: ${VALKEY_SENTINEL_DATA_VOLUME_MASTER}
valkey-sentinel-data-replica:
external:
name: ${VALKEY_SENTINEL_DATA_VOLUME_SLAVE}
valkey-sentinel-data-sentinel:
external:
name: ${VALKEY_SENTINEL_DATA_VOLUME_SENTINEL}