From e305dc513b797f3b8e8aa37a0533cce1ee6f7c5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=B0=8F=E4=BA=91?= Date: Sat, 31 Jan 2026 15:33:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0ruoyi-hxf?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .devops/config.yaml | 11 +++++++++++ docker/docker-compose.yml | 18 ++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/.devops/config.yaml b/.devops/config.yaml index defd8da..473c033 100644 --- a/.devops/config.yaml +++ b/.devops/config.yaml @@ -117,6 +117,17 @@ repositories: docker_path: docker/a_th_web/html/dist docker_service: ruoyi-hyf + - name: ruoyi-hxf + url: http://th.local.t-aaron.com:13000/THENG/a_th_web.git + path: b_th_web + type: nodejs + build_commands: + - pnpm install + - pnpm run build-prod:hxf + artifact_path: apps/tuoheng_hxf_web/dist + docker_path: docker/b_th_web/html/dist + docker_service: ruoyi-hxf + # 系统服务 - name: ruoyi-system url: http://th.local.t-aaron.com:13000/THENG/a-ruoyi-system.git diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index e794125..6cdbcaf 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -103,6 +103,24 @@ services: - ruoyi-gateway links: - ruoyi-gateway + ruoyi-hxf: + container_name: ruoyi-hxf + image: hxf-runtime + build: + context: ./b_th_web + environment: + - TZ=Asia/Shanghai + ports: + - "9898:80" + volumes: + - ./b_th_web/html/dist:/home/ruoyi/projects/ruoyi-ui + - ./b_th_web/conf/nginx.conf:/etc/nginx/nginx.conf + - ./b_th_web/logs:/var/log/nginx + - ./b_th_web/conf.d:/etc/nginx/conf.d + depends_on: + - ruoyi-gateway + links: + - ruoyi-gateway ruoyi-gateway: container_name: ruoyi-gateway image: gateway-runtime