From 68043e5773d1d842e63dcf16fa3aa4de5e63be37 Mon Sep 17 00:00:00 2001 From: liuyebo <1515783401@qq.com> Date: Fri, 18 Oct 2024 14:30:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E9=AB=98=E8=BF=9B=E7=A8=8B=E9=99=90?= =?UTF-8?q?=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 1dc805f..9a1ab22 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -26,7 +26,7 @@ services: context: ./services/paddle_services container_name: ocr hostname: ocr - command: [ '-w', '4', 'ocr:app', '--bind', '0.0.0.0:5001' ] + command: [ '-w', '100', 'ocr:app', '--bind', '0.0.0.0:5001' ] deploy: resources: reservations: @@ -39,7 +39,7 @@ services: <<: *paddle_template container_name: ie_settlement hostname: ie_settlement - command: [ '-w', '4', 'ie_settlement:app', '--bind', '0.0.0.0:5002' ] + command: [ '-w', '100', 'ie_settlement:app', '--bind', '0.0.0.0:5002' ] deploy: resources: reservations: @@ -52,7 +52,7 @@ services: <<: *paddle_template container_name: ie_discharge hostname: ie_discharge - command: [ '-w', '4', 'ie_discharge:app', '--bind', '0.0.0.0:5003' ] + command: [ '-w', '100', 'ie_discharge:app', '--bind', '0.0.0.0:5003' ] deploy: resources: reservations: @@ -65,7 +65,7 @@ services: <<: *paddle_template container_name: ie_cost hostname: ie_cost - command: [ '-w', '4', 'ie_cost:app', '--bind', '0.0.0.0:5004' ] + command: [ '-w', '100', 'ie_cost:app', '--bind', '0.0.0.0:5004' ] deploy: resources: reservations: @@ -78,7 +78,7 @@ services: <<: *paddle_template container_name: clas_orientation hostname: clas_orientation - command: [ '-w', '3', 'clas_orientation:app', '--bind', '0.0.0.0:5005' ] + command: [ '-w', '100', 'clas_orientation:app', '--bind', '0.0.0.0:5005' ] deploy: resources: reservations: @@ -91,7 +91,7 @@ services: <<: *paddle_template container_name: det_book hostname: det_book - command: [ '-w', '4', 'det_book:app', '--bind', '0.0.0.0:5006' ] + command: [ '-w', '100', 'det_book:app', '--bind', '0.0.0.0:5006' ] deploy: resources: reservations: @@ -104,7 +104,7 @@ services: <<: *paddle_template container_name: dewarp hostname: dewarp - command: [ '-w', '4', 'dewarp:app', '--bind', '0.0.0.0:5007' ] + command: [ '-w', '100', 'dewarp:app', '--bind', '0.0.0.0:5007' ] deploy: resources: reservations: