|
@@ -10,7 +10,7 @@ x-default:
|
|
|
services:
|
|
|
|
|
|
redis1:
|
|
|
- container_name: redis
|
|
|
+ image: redis
|
|
|
ports:
|
|
|
- "0.0.0.0:6379:6379"
|
|
|
- "0.0.0.0:16379:16379"
|
|
@@ -19,7 +19,7 @@ services:
|
|
|
- ${DATA_PATH}/redis1:/data:rw
|
|
|
|
|
|
redis2:
|
|
|
- container_name: redis
|
|
|
+ image: redis
|
|
|
ports:
|
|
|
- "0.0.0.0:6380:6380"
|
|
|
- "0.0.0.0:16380:16380"
|
|
@@ -28,7 +28,7 @@ services:
|
|
|
- ${DATA_PATH}/redis2:/data:rw
|
|
|
|
|
|
redis3:
|
|
|
- container_name: redis
|
|
|
+ image: redis
|
|
|
ports:
|
|
|
- "0.0.0.0:6381:6381"
|
|
|
- "0.0.0.0:16381:16381"
|
|
@@ -37,7 +37,7 @@ services:
|
|
|
- ${DATA_PATH}/redis3:/data:rw
|
|
|
|
|
|
redis4:
|
|
|
- container_name: redis
|
|
|
+ image: redis
|
|
|
ports:
|
|
|
- "0.0.0.0:6382:6382"
|
|
|
- "0.0.0.0:16382:16382"
|
|
@@ -50,7 +50,7 @@ services:
|
|
|
- redis3
|
|
|
|
|
|
redis5:
|
|
|
- container_name: redis
|
|
|
+ image: redis
|
|
|
ports:
|
|
|
- "0.0.0.0:6383:6383"
|
|
|
- "0.0.0.0:16383:16383"
|
|
@@ -63,7 +63,7 @@ services:
|
|
|
- redis3
|
|
|
|
|
|
redis6:
|
|
|
- container_name: redis
|
|
|
+ image: redis
|
|
|
ports:
|
|
|
- "0.0.0.0:6384:6384"
|
|
|
- "0.0.0.0:16384:16384"
|
|
@@ -76,7 +76,7 @@ services:
|
|
|
- redis3
|
|
|
|
|
|
redis_cluster_creator:
|
|
|
- container_name: redis_cluster_creator
|
|
|
+ image: redis_cluster_creator
|
|
|
privileged: true
|
|
|
ports:
|
|
|
- "0.0.0.0:6385:6379"
|