添加ruoyi-hxf
This commit is contained in:
parent
5732553789
commit
e305dc513b
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue