forked from StackExchange/StackExchange.Redis
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocker-compose.yml
More file actions
30 lines (29 loc) · 748 Bytes
/
docker-compose.yml
File metadata and controls
30 lines (29 loc) · 748 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
version: '2.7'
services:
redis:
build:
context: .docker/Redis
args:
CLIENT_LIBS_TEST_IMAGE: ${CLIENT_LIBS_TEST_IMAGE:-redislabs/client-libs-test:unstable-23321515778-debian}
additional_contexts:
configs: .
platform: linux
ports:
- 6379-6384:6379-6384 # Misc
- 7000-7006:7000-7006 # Cluster
- 7010-7011:7010-7011 # Sentinel Controllers
- 26379-26381:26379-26381 # Sentinel Data
sysctls :
net.core.somaxconn: '511'
envoy:
build:
context: .docker/Envoy
platform: linux
environment:
loglevel: warning
depends_on:
redis:
condition: service_started
ports:
- 7015:7015 # Cluster
- 8001:8001 # Admin