|
@@ -114,7 +114,7 @@ services:
|
|
|
# - "./carry_data_handle.py:/app/carry_data_handle.py"
|
|
|
networks:
|
|
|
- carry_net
|
|
|
- entrypoint: "python /app/carry_data_handle.py"
|
|
|
+ entrypoint: "./entrypoint.sh"
|
|
|
worker9:
|
|
|
depends_on:
|
|
|
- worker1
|
|
@@ -129,7 +129,7 @@ services:
|
|
|
- REDIS_NAME=task:carry_data_redis_lt
|
|
|
networks:
|
|
|
- carry_net
|
|
|
- entrypoint: "python /app/carry_data_handle.py"
|
|
|
+ entrypoint: "./entrypoint.sh"
|
|
|
worker10:
|
|
|
depends_on:
|
|
|
- worker1
|
|
@@ -144,7 +144,7 @@ services:
|
|
|
- REDIS_NAME=task:carry_data_redis_yht
|
|
|
networks:
|
|
|
- carry_net
|
|
|
- entrypoint: "python /app/carry_data_handle.py"
|
|
|
+ entrypoint: "./entrypoint.sh"
|
|
|
worker11:
|
|
|
depends_on:
|
|
|
- worker1
|
|
@@ -159,7 +159,7 @@ services:
|
|
|
- REDIS_NAME=task:carry_data_redis_lq
|
|
|
networks:
|
|
|
- carry_net
|
|
|
- entrypoint: "python /app/carry_data_handle.py"
|
|
|
+ entrypoint: "./entrypoint.sh"
|
|
|
worker12:
|
|
|
depends_on:
|
|
|
- worker1
|
|
@@ -174,7 +174,7 @@ services:
|
|
|
- REDIS_NAME=task:carry_data_redis_lsy
|
|
|
networks:
|
|
|
- carry_net
|
|
|
- entrypoint: "python /app/carry_data_handle.py"
|
|
|
+ entrypoint: "./entrypoint.sh"
|
|
|
worker13:
|
|
|
depends_on:
|
|
|
- worker1
|
|
@@ -189,7 +189,7 @@ services:
|
|
|
- REDIS_NAME=task:carry_data_redis_zf
|
|
|
networks:
|
|
|
- carry_net
|
|
|
- entrypoint: "python /app/carry_data_handle.py"
|
|
|
+ entrypoint: "./entrypoint.sh"
|
|
|
worker14:
|
|
|
depends_on:
|
|
|
- worker1
|
|
@@ -204,7 +204,7 @@ services:
|
|
|
- REDIS_NAME=task:carry_data_redis_zxq
|
|
|
networks:
|
|
|
- carry_net
|
|
|
- entrypoint: "python /app/carry_data_handle.py"
|
|
|
+ entrypoint: "./entrypoint.sh"
|
|
|
networks:
|
|
|
carry_net:
|
|
|
name: carry_net
|