From 92e356d1ee1b877bc17d3aee3a137c234f01c477 Mon Sep 17 00:00:00 2001 From: bsw215583320 <baoshiwei121@163.com> Date: 星期三, 20 十二月 2023 16:04:59 +0800 Subject: [PATCH] 增加药材识别神经网络模型及接口 --- jeecg-server-cloud/docker-compose.yml | 20 +++++++++++++++----- 1 files changed, 15 insertions(+), 5 deletions(-) diff --git a/jeecg-server-cloud/docker-compose.yml b/jeecg-server-cloud/docker-compose.yml index 2e09ff4..db006ef 100644 --- a/jeecg-server-cloud/docker-compose.yml +++ b/jeecg-server-cloud/docker-compose.yml @@ -19,18 +19,28 @@ restart: on-failure environment: - TZ=Asia/Shanghai - - jeecg-boot-demo: + jeecg-boot-dry: depends_on: - jeecg-boot-nacos build: - context: ./jeecg-demo-cloud-start - container_name: jeecg-demo-start - hostname: jeecg-boot-demo + context: ../jeecg-module-dry/jeecg-module-dry-start + container_name: jeecg-module-dry-start + hostname: jeecg-boot-dry restart: on-failure environment: - TZ=Asia/Shanghai +# jeecg-boot-demo: +# depends_on: +# - jeecg-boot-nacos +# build: +# context: ./jeecg-demo-cloud-start +# container_name: jeecg-demo-start +# hostname: jeecg-boot-demo +# restart: on-failure +# environment: +# - TZ=Asia/Shanghai + jeecg-boot-gateway: restart: on-failure build: -- Gitblit v1.9.3