dev : 合并提交 #41

Merged
gewuyou merged 44 commits from dev into master 2025-05-11 11:45:44 +08:00
2 changed files with 6 additions and 5 deletions
Showing only changes of commit a257504949 - Show all commits

View File

@ -4,13 +4,14 @@ services:
container_name: llmx-nacos container_name: llmx-nacos
restart: always restart: always
ports: ports:
- "8848:9001" - "9001:8848"
- "9848:9053" - "9053:9848"
- "9849:9054" - "9054:9849"
networks: networks:
- llmx-net-test - llmx-net-test
environment: environment:
MODE: standalone # 显式指定为单体模式 MODE: standalone # 显式指定为单体模式
NACOS_AUTH_ENABLE: "false" # 👈 关闭鉴权
volumes: volumes:
- llmx-nacos-volume:/nacos/data - llmx-nacos-volume:/nacos/data
llmx-core-service: llmx-core-service:
@ -42,7 +43,7 @@ services:
container_name: llmx-core-database container_name: llmx-core-database
restart: always restart: always
ports: ports:
- "5432:9052" - "9052:5432"
networks: networks:
- llmx-net-test - llmx-net-test
environment: environment:

View File

@ -1,5 +1,5 @@
server: server:
port: 8082 port: 9003
spring: spring:
config: config:
import: classpath:bootstrap-test.yml import: classpath:bootstrap-test.yml