refactor: 将 RuoYi 标记替换为 HZHub

This commit is contained in:
2026-03-27 06:42:14 +00:00
parent 849adec937
commit f115a793a7
988 changed files with 4836 additions and 4590 deletions

View File

@@ -107,6 +107,36 @@ services:
networks:
- hzhub-network
# hzhub-portal-company (公司门户)
hzhub-portal-company:
build:
context: ../hzhub-portal-company
dockerfile: Dockerfile
container_name: hzhub-portal-company
ports:
- "5137:5137"
environment:
UPSTREAM_URL: http://hzhub-ai:6039
depends_on:
- hzhub-ai
networks:
- hzhub-network
# hzhub-portal-dealer (经销商门户)
hzhub-portal-dealer:
build:
context: ../hzhub-portal-dealer
dockerfile: Dockerfile
container_name: hzhub-portal-dealer
ports:
- "5138:5138"
environment:
UPSTREAM_URL: http://hzhub-ai:6039
depends_on:
- hzhub-ai
networks:
- hzhub-network
volumes:
mysql_data:
redis_data: