refactor: 将 RuoYi 标记替换为 HZHub
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user