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

View File

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