We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46c8874 commit 20f85d5Copy full SHA for 20f85d5
docker-compose.yaml
@@ -27,23 +27,23 @@ x-models:
27
28
services:
29
redis-0:
30
- image: redis:7.2.4
+ image: redis:8.2.3
31
command: redis-server --port 6379 --slave-announce-ip "${EXTERNAL_HOST}"
32
ports:
33
- 6379:6379
34
environment:
35
- HOST_IP="${EXTERNAL_HOST}"
36
37
redis-1:
38
39
command: redis-server --port 6380 --slaveof "${EXTERNAL_HOST}" 6379 --slave-announce-ip "${EXTERNAL_HOST}"
40
41
- 6380:6380
42
43
44
45
redis-sentinel-0:
46
47
command: |-
48
bash -c 'cat > /tmp/sentinel.conf <<EOF
49
port 16379
0 commit comments