mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-23 10:48:08 +01:00
Inline the cluster compose file
This commit is contained in:
committed by
Jon Chambers
parent
1ea84483da
commit
609b86acb9
@@ -1,26 +0,0 @@
|
||||
# Image is redis-cluster:7.4; please see
|
||||
# https://hub.docker.com/layers/bitnami/redis-cluster/7.4/images/sha256-c11efe6a53692829b6e031ea8b5b4caa380df3c84ad4242549851d345592708d
|
||||
|
||||
services:
|
||||
redis-0:
|
||||
image: docker.io/bitnami/redis-cluster@sha256:a53d023fdfaf8a8d7ddc58da040d3494e4cb45772644618ffa44c42dcd32b9af
|
||||
environment:
|
||||
- 'ALLOW_EMPTY_PASSWORD=yes'
|
||||
- 'REDIS_NODES=redis-0 redis-1 redis-2'
|
||||
|
||||
redis-1:
|
||||
image: docker.io/bitnami/redis-cluster@sha256:a53d023fdfaf8a8d7ddc58da040d3494e4cb45772644618ffa44c42dcd32b9af
|
||||
environment:
|
||||
- 'ALLOW_EMPTY_PASSWORD=yes'
|
||||
- 'REDIS_NODES=redis-0 redis-1 redis-2'
|
||||
|
||||
redis-2:
|
||||
image: docker.io/bitnami/redis-cluster@sha256:a53d023fdfaf8a8d7ddc58da040d3494e4cb45772644618ffa44c42dcd32b9af
|
||||
depends_on:
|
||||
- redis-0
|
||||
- redis-1
|
||||
environment:
|
||||
- 'ALLOW_EMPTY_PASSWORD=yes'
|
||||
- 'REDIS_CLUSTER_REPLICAS=0'
|
||||
- 'REDIS_NODES=redis-0 redis-1 redis-2'
|
||||
- 'REDIS_CLUSTER_CREATOR=yes'
|
||||
Reference in New Issue
Block a user